Updated L2Gw changes in "neutronvpn", "elanmanager" and "dhcpservice" modules
[vpnservice.git] / neutronvpn / neutronvpn-impl / src / main / yang / neutronvpn-impl.yang
index 33a3b0368c9c02e8f4f2fcf1919e4b6423cb5c3b..b1ef1420cf9e48a57a33ce0a06c696b81bd35609 100644 (file)
@@ -51,24 +51,6 @@ module neutronvpn-impl {
                     }
                 }
             }
-            container entity-ownership-service {
-                uses config:service-ref {
-                    refine type {
-                        mandatory true;
-                        config:required-identity eos:entity-ownership-service;
-                    }
-                }
-            }
-
-            container binding-normalized-node-serializer {
-                uses config:service-ref {
-                    refine type {
-                        mandatory true;
-                        config:required-identity md-sal-binding:binding-normalized-node-serializer;
-                    }
-                }
-            }
-
             container notification-publish-service {
                 uses config:service-ref {
                     refine type {
@@ -83,6 +65,15 @@ module neutronvpn-impl {
                          mandatory true;
                          config:required-identity md-sal-binding-impl:binding-new-notification-service;
                          }
+                    }
+            }
+
+            container entity-ownership-service {
+                uses config:service-ref {
+                    refine type {
+                        mandatory true;
+                        config:required-identity eos:entity-ownership-service;
+                    }
                 }
             }
         }