BUG 6396 gbp-ise-adapter migration to blueprint
[groupbasedpolicy.git] / groupbasedpolicy-ise-adapter / src / main / yang / gbp-ise-adapter-cfg.yang
index 90548b0162cbc0aca1d7832164417063b4a69382..81451105eed4352803f6e9d7f72ed96a1a5f5c70 100644 (file)
@@ -35,26 +35,6 @@ module gbp-ise-adapter-cfg {
     augment "/config:modules/config:module/config:configuration" {
         case gbp-ise-adapter-impl {
             when "/config:modules/config:module/config:type = 'gbp-ise-adapter-impl'";
-
-            //wires in the data-broker service
-            container data-broker {
-                uses config:service-ref {
-                    refine type {
-                        mandatory true;
-                        config:required-identity mdsal:binding-async-data-broker;
-                    }
-                }
-            }
-
-            container broker {
-                uses config:service-ref {
-                    refine type {
-                        mandatory true;
-                        config:required-identity mdsal:binding-broker-osgi-registry;
-                    }
-                }
-            }
-
         }
     }
 }