Bump upstream versions
[neutron.git] / model / src / main / yang / neutron-provider.yang
index ec4de09f2287e786c5eb110b30a805850021d620..c84aba2b882eb1c413306d82801368bc4227b140 100644 (file)
@@ -13,26 +13,20 @@ module neutron-provider {
 
     prefix neutron-provider;
 
-    import ietf-yang-types { prefix "yang"; }
-    // It requires rfc6991 (revision 2013-07-15), but odl don't have it, so this patch verify build will fail.
-    import ietf-inet-types { prefix "inet"; revision-date 2010-09-24; }
-    import neutron-attrs { prefix "attrs"; }
     import neutron-networks { prefix "networks"; }
 
     organization "OpenDaylight Neutron Group";
 
     contact "J. Gregory Hall <ghall@brocade.com>, Kiran Sreenivasa <kkoushik@brocade.com>";
 
-    description "This YANG module defines provider attributes that are used by Openstack
-        Ice House Neutron YANG modules.";
+    description "This YANG module defines Openstack Neutron Provider extension attributes";
 
-    revision "2014-10-02" {
+    revision "2015-07-12" {
         description
-                "Initial version of provider attributes used by OpenStack Ice House Neutron
-                models";
+                "OpenDaylight Beryllium release";
     }
 
-    grouping provider-attrs {
+    grouping provider-attributes {
         leaf physical-network {
             type string;
             description "The physical network where this network object is implemented.
@@ -53,5 +47,10 @@ module neutron-provider {
                         is vlan, this ID is a vlan identifier. If network-type is gre,
                         this ID is a gre key.";
         }
+        leaf segmentation-index {
+            type uint32;
+            description "A hidden counter to act as a key, because
+                        segmentation id is not required.";
+        }
     }
 }