Bump versions by 0.1.0 for next dev cycle
[vpnservice.git] / neutronvpn / neutronvpn-impl / src / main / yang / neutronvpn-impl.yang
index dafd23adbc77828c69f18234bfdaeaa553d9095d..b1ef1420cf9e48a57a33ce0a06c696b81bd35609 100644 (file)
@@ -6,7 +6,9 @@ module neutronvpn-impl {
     import config { prefix config; revision-date 2013-04-05; }
     import neutronvpn-api { prefix neutronvpn-api; revision-date 2015-08-12;}
     import opendaylight-md-sal-binding { prefix md-sal-binding; revision-date 2013-10-28;}
+    import opendaylight-sal-binding-broker-impl { prefix md-sal-binding-impl; revision-date 2013-10-28;}
     import odl-mdsalutil { prefix odl-mdsal; revision-date 2015-04-10;}
+    import opendaylight-entity-ownership-service { prefix eos; revision-date 2015-08-10;}
 
     description
         "Service definition for neutronvpn project";
@@ -49,6 +51,31 @@ 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;
+                         }
+                    }
+            }
+
+            container entity-ownership-service {
+                uses config:service-ref {
+                    refine type {
+                        mandatory true;
+                        config:required-identity eos:entity-ownership-service;
+                    }
+                }
+            }
         }
     }
 }