BUG 6396 neutron-ovsdb project migration to blueprint
[groupbasedpolicy.git] / neutron-ovsdb / src / main / yang / neutron-ovsdb-impl.yang
index 5f3e3052cef31f426b15609355365bdeb40e9287..dc747f320bcd56109fd08f7a461c4f0a21603987 100644 (file)
@@ -28,41 +28,6 @@ module neutron-ovsdb-impl {
     augment "/config:modules/config:module/config:configuration" {
         case neutron-ovsdb-impl {
             when "/config:modules/config:module/config:type = 'neutron-ovsdb-impl'";
-
-            container data-broker {
-                uses config:service-ref {
-                    refine type {
-                        mandatory true;
-                        config:required-identity mdsal:binding-async-data-broker;
-                    }
-                }
-            }
-
-            container rpc-registry {
-                uses config:service-ref {
-                    refine type {
-                        mandatory true;
-                        config:required-identity mdsal:binding-rpc-registry;
-                    }
-                }
-            }
-
-            container integration-bridge-setting {
-                leaf name {
-                    mandatory true;
-                    type string;
-                }
-                leaf openflow-port {
-                    mandatory true;
-                    type uint16;
-                }
-                leaf openflow-protocol {
-                    mandatory true;
-                    type string {
-                        pattern "^tcp$|^udp$";
-                   }
-                }
-            }
         }
     }
 }