Use config for southbound (take 2)
[ovsdb.git] / library / impl / src / main / yang / library-impl.yang
index 97b0f086adcd487c221459b1b20c17dc15c5c7b2..21932fb6d09ec6b4b7a816e2cd53bc4e06e07bbc 100644 (file)
@@ -17,6 +17,12 @@ module library {
     identity library {
         base config:module-type;
         config:java-name-prefix Library;
+        config:provided-service connection-service;
+    }
+
+    identity connection-service {
+        base config:service-type;
+        config:java-class "org.opendaylight.ovsdb.lib.OvsdbConnection";
     }
 
     augment "/config:modules/config:module/config:configuration" {