diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-05-13 11:24:15 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-05-23 09:23:53 +0000 |
commit | 3eecfd9e241c50c9e498391e706a4be1240f2cd1 (patch) | |
tree | 798bb1a88e60f6b7fd15dbcd9eebf91015b6d21c /v3po/impl | |
parent | 1cafe726b137109c96e03b80335b6a70bf7f63e2 (diff) |
HONEYCOMB-61: Make InmemoryDataTree module type configurable
Change-Id: Ie73eac8960a76ebcc578d3b44c50492f29908e24
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/impl')
-rw-r--r-- | v3po/impl/src/main/config/default-config.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/v3po/impl/src/main/config/default-config.xml b/v3po/impl/src/main/config/default-config.xml index ca09d6e0b..61fe1c68d 100644 --- a/v3po/impl/src/main/config/default-config.xml +++ b/v3po/impl/src/main/config/default-config.xml @@ -39,12 +39,13 @@ <!-- In-memory data tree for HC config data tree --> <module> - <type xmlns:prefix="urn:honeycomb:params:xml:ns:yang:data:impl">prefix:inmemory-config-data-tree</type> + <type xmlns:prefix="urn:honeycomb:params:xml:ns:yang:data:impl">prefix:inmemory-data-tree</type> <name>inmemory-config-data-tree</name> <schema-service> <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type> <name>yang-schema-service</name> </schema-service> + <type xmlns="urn:honeycomb:params:xml:ns:yang:data:impl">config</type> </module> <!-- DataTree adapter with persistence for config DT --> @@ -338,7 +339,7 @@ <type xmlns:prefix="urn:honeycomb:params:xml:ns:yang:data:impl">prefix:data-tree</type> <instance> <name>inmemory-config-data-tree</name> - <provider>/modules/module[type='inmemory-config-data-tree'][name='inmemory-config-data-tree'] + <provider>/modules/module[type='inmemory-data-tree'][name='inmemory-config-data-tree'] </provider> </instance> <instance> |