Move ClusterAdminRpcService to its own bundle
[controller.git] / opendaylight / md-sal / sal-cluster-admin / src / main / yang / cluster-admin-service.yang
similarity index 93%
rename from opendaylight/md-sal/sal-distributed-datastore/src/main/yang/cluster-admin-service.yang
rename to opendaylight/md-sal/sal-cluster-admin/src/main/yang/cluster-admin-service.yang
index 15cb54361daf445408ea1cf0157102db03e37d2f..6288f277172306d8d18e3fc65948fb9ca67002e9 100644 (file)
@@ -28,7 +28,7 @@ module cluster-admin-provider {
                 container config-data-store {
                     uses config:service-ref {
                         refine type {
-                            mandatory true;
+                            mandatory false;
                             config:required-identity config-dom-store-spi:config-dom-datastore;
                         }
                     }
@@ -37,7 +37,7 @@ module cluster-admin-provider {
                 container oper-data-store {
                     uses config:service-ref {
                         refine type {
-                            mandatory true;
+                            mandatory false;
                             config:required-identity operational-dom-store-spi:operational-dom-datastore;
                         }
                     }
@@ -46,7 +46,7 @@ module cluster-admin-provider {
                 container rpc-registry {
                     uses config:service-ref {
                         refine type {
-                            mandatory true;
+                            mandatory false;
                             config:required-identity mdsal:binding-rpc-registry;
                         }
                     }