Merge "Refactor persister to handle multiple storage engines. Allow persister to...
authorEd Warnicke <eaw@cisco.com>
Fri, 29 Nov 2013 11:12:16 +0000 (11:12 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 29 Nov 2013 11:12:16 +0000 (11:12 +0000)
commitdea4345941e473ac6138aa1613b7a1e063a83bd4
tree15dfe2b0aac53e730117a86d308df25af0594c4b
parent7746d7c42b1e91e62fd00550973f39e10929e221
parentf21c5ee10e9c2663b313aed3e842ce0e952e6feb
Merge "Refactor persister to handle multiple storage engines. Allow persister to load and save configuration snapshots from/to multiple storage instances. Loading works by iterating list of storages backwards and pushing first non-empty response to netconf. This allows having a default (initial) configuration for the controller that will never be overwrittern. Saving configuration will be propagated to all storage engines except those configured as read only."