Use config for southbound (take 2)
[ovsdb.git] / library / impl / src / main / config / default-config.xml
index e8b159f436ad3b6d262b87e754c20499a12cd00d..c0b80df871f4daf919d4b2c3621132c87c619ae4 100644 (file)
@@ -25,6 +25,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           </broker>
         </module>
       </modules>
+      <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
+        <service>
+          <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:library:impl">prefix:connection-service</type>
+          <instance>
+            <name>connection-service</name>
+            <provider>/modules/module[type='library'][name='library-default']</provider>
+          </instance>
+        </service>
+      </services>
     </data>
   </configuration>
 </snapshot>