Modify config Module impls to co-exist with blueprint
[controller.git] / opendaylight / md-sal / sal-dom-config / src / main / yang / opendaylight-md-sal-dom.yang
index db62d04eaab05873c2e211b01b1bc1fa8129bee3..cf21279ff18ce285c4303f9d78cd6a8503f7342f 100644 (file)
@@ -21,15 +21,18 @@ module opendaylight-md-sal-dom {
     identity dom-async-data-broker {
         base "config:service-type";
         config:java-class "org.opendaylight.controller.md.sal.dom.api.DOMDataBroker";
+        config:disable-osgi-service-registration;
     }
 
     identity schema-service {
         base "config:service-type";
         config:java-class "org.opendaylight.controller.sal.core.api.model.SchemaService";
+        config:disable-osgi-service-registration;
     }
 
     identity yang-text-source-provider {
         base "config:service-type";
         config:java-class "org.opendaylight.controller.sal.core.api.model.YangTextSourceProvider";
+        config:disable-osgi-service-registration;
     }
 }
\ No newline at end of file