Bump upstream versions
[neutron.git] / model / src / main / yang / neutron-provider-ext.yang
index 554c9469283118bf8e4cd06bfb4ac91c83cbc57f..38da3ce3d1d60371d54a8548712e6a1c7bb1779e 100644 (file)
@@ -15,28 +15,26 @@ module neutron-provider-ext {
 
     import neutron { prefix "neutron"; }
     import neutron-provider { prefix "provider"; }
+    import yang-ext { prefix "ext"; }
 
     organization "OpenDaylight Neutron Group";
 
     contact "J. Gregory Hall <ghall@brocade.com>, Kiran Sreenivasa <kkoushik@brocade.com>";
 
-    description "This YANG module defines provider model extensions that are used by Openstack
-        Ice House Neutron YANG modules.";
+    description "This YANG module defines Openstack Neutron provider extensions model";
 
-    revision "2014-10-02" {
+    revision "2015-07-12" {
         description
-                "Initial version of provider model extensions used by OpenStack Ice House Neutron
-                models";
+                "OpenDaylight Beryllium release";
     }
 
     augment "/neutron:neutron/neutron:networks/neutron:network"{
-        description "
-          This module augments the networks container in the neutron-networks
-          module with provider information.
-          ";
+        description "This module augments the networks container
+                in the neutron-networks module with provider information.";
+        ext:augment-identifier "network-provider-extension";
         list segments {
             description "List of provider network(s) associated with this network.";
-            key segmentation-id;
+            key segmentation-index;
             uses provider:provider-attributes;
         }
         uses provider:provider-attributes;