Bump versions by 0.1.0 for next dev cycle
[vpnservice.git] / neutronvpn / neutronvpn-impl / src / main / yang / neutronvpn-impl.yang
index bbf1201cc83749ce0ee318df78bde9ace5376740..b1ef1420cf9e48a57a33ce0a06c696b81bd35609 100644 (file)
@@ -51,20 +51,28 @@ module neutronvpn-impl {
                     }
                 }
             }
-            container entity-ownership-service {
+            container notification-publish-service {
                 uses config:service-ref {
                     refine type {
-                        mandatory true;
-                        config:required-identity eos:entity-ownership-service;
+                         mandatory true;
+                         config:required-identity md-sal-binding-impl:binding-new-notification-publish-service;
                     }
                 }
             }
+            container notification-service {
+                uses config:service-ref {
+                    refine type {
+                         mandatory true;
+                         config:required-identity md-sal-binding-impl:binding-new-notification-service;
+                         }
+                    }
+            }
 
-            container binding-normalized-node-serializer {
+            container entity-ownership-service {
                 uses config:service-ref {
                     refine type {
                         mandatory true;
-                        config:required-identity md-sal-binding:binding-normalized-node-serializer;
+                        config:required-identity eos:entity-ownership-service;
                     }
                 }
             }