Add service-provider-feature for bgpvpn-vni 42/77242/5
authorAshik Alias <ashik.alias@ericsson.com>
Wed, 10 Oct 2018 11:04:49 +0000 (16:34 +0530)
committerAshik Alias <ashik.alias@ericsson.com>
Tue, 11 Dec 2018 09:14:51 +0000 (09:14 +0000)
This feature is added to communicate to OpenDaylight driver that vni
attribute is supported in bgpvpn resource in OpenDaylight.

This review depends on the following reviews.
https://git.opendaylight.org/gerrit/#/c/63405/
https://git.opendaylight.org/gerrit/#/c/77250/
https://review.openstack.org/#/c/614428/

Change-Id: I3bfb0b7844455fb908955d3949e52b71125c7826
Signed-off-by: Ashik Alias <ashik.alias@ericsson.com>
model/src/main/yang/neutron-extensions.yang

index 1581e96ffa6ccaf42b26f0cdbe163db2daa99e66..1ea6ab7965f963eb24ecdb5b8df04c1e78f3e348 100644 (file)
@@ -66,6 +66,12 @@ module neutron-extensions {
     //     description "port status is updated";
     //     base service-provider-feature-type-base;
     // }
+
+    identity bgpvpn-vni {
+        description "Support for vni attribute in bgpvpn resource";
+        base service-provider-feature-type-base;
+    }
+
     identity operational-port-status {
         description "port status update when port created";
         base service-provider-feature-type-base;