Remove reference to sal-inmemory-datastore config system file 28/44628/6
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Wed, 24 Aug 2016 19:43:41 +0000 (15:43 -0400)
committerMilos Fabian <milfabia@cisco.com>
Wed, 19 Oct 2016 13:43:16 +0000 (13:43 +0000)
It was deprecated here: https://git.opendaylight.org/gerrit/#/c/44882/
thus no need to keep the config file namespace around.

Change-Id: I304e8df8370cc86c253f39f4e40db7760eaa57ae
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
integration-tests/src/test/resources/controller.xml

index 256dba60b607138622838de1efb463fbc0e2bcb9..672e923058a3bee9e7b1c2ea78108b298437b355 100644 (file)
                     </binding-broker-impl>
                         </module>
 
-
-                <module>
-                    <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:inmemory-datastore-provider">prefix:inmemory-config-datastore-provider</type>
-                    <name>config-store-service</name>
-                    <inmemory-config-datastore-provider xmlns="urn:opendaylight:params:xml:ns:yang:controller:inmemory-datastore-provider">
-                        <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>
-                    </inmemory-config-datastore-provider>
-                </module>
-
-                <module>
-                    <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:inmemory-datastore-provider">prefix:inmemory-operational-datastore-provider</type>
-                    <name>operational-store-service</name>
-                    <inmemory-operational-datastore-provider xmlns="urn:opendaylight:params:xml:ns:yang:controller:inmemory-datastore-provider">
-                        <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>
-                    </inmemory-operational-datastore-provider>
-                </module>
-
                 <!-- PingPong broker -->
                 <module>
                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:pingpong">prefix:pingpong-data-broker</type>