BUG 6396 neutron-vpp-mapper project migration to blueprint
[groupbasedpolicy.git] / neutron-vpp-mapper / src / main / yang / neutron-vpp-mapper-impl.yang
index cac643d80f3f40e3e6ad984a4b876b85e35c715b..0ae253bc65973d33bd26ee8fbc5da78bc80699dc 100644 (file)
@@ -36,36 +36,6 @@ module neutron-vpp-mapper-impl {
     augment "/config:modules/config:module/config:configuration" {
         case neutron-vpp-mapper-impl {
             when "/config:modules/config:module/config:type = 'neutron-vpp-mapper-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;
-                    }
-                }
-            }
-
-            leaf vhostSocketPath {
-                description "Base system directory path for the vhost user host socket filehandle";
-                type string;
-                default "/tmp/";
-            }
-
-            leaf vhostSocketPrefix {
-                description "Prefix for the vhost user host socket filehandle";
-                type string;
-                default "socket_";
-            }
         }
     }
 }
\ No newline at end of file