SubnetRoute enhancements to VPN Service models
[netvirt.git] / neutronvpn / neutronvpn-impl / src / main / yang / neutronvpn-impl.yang
index bbf1201cc83749ce0ee318df78bde9ace5376740..33a3b0368c9c02e8f4f2fcf1919e4b6423cb5c3b 100644 (file)
@@ -68,6 +68,23 @@ module neutronvpn-impl {
                     }
                 }
             }
+
+            container notification-publish-service {
+                uses config:service-ref {
+                    refine type {
+                         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;
+                         }
+                }
+            }
         }
     }
 }