X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=model%2Fsrc%2Fmain%2Fyang%2Fneutron-attrs.yang;h=1d1f41c8318b0c26b44af6a7a3b1d0b8cd1daa35;hb=22797e448e267649bdf608ac38cab5b2b2b699f2;hp=b7b0c686843f8c46d97e6c72394e373cef0830a5;hpb=3b61c1bdf927e3d21d0100372db159207b221034;p=neutron.git diff --git a/model/src/main/yang/neutron-attrs.yang b/model/src/main/yang/neutron-attrs.yang index b7b0c6868..1d1f41c83 100644 --- a/model/src/main/yang/neutron-attrs.yang +++ b/model/src/main/yang/neutron-attrs.yang @@ -19,13 +19,12 @@ module neutron-attrs { contact "J. Gregory Hall , Kiran Sreenivasa "; - description "This YANG module defines groupings that are used by Openstack - Juno House Neutron YANG modules."; + description "This YANG module defines groupings that are used + by OpenDaylight Neutron YANG modules."; - revision "2014-10-02" { + revision "2015-07-12" { description - "Initial version of attributes used by OpenStack Icehouse House Neutron - models"; + "OpenDaylight Beryllium release"; } grouping base-attributes { @@ -42,23 +41,19 @@ module neutron-attrs { leaf tenant-id { type yang:uuid; - description "Admin-only. The UUID of the tenant that will own the network. - This tenant can be different from the tenant that makes the create - network request. However, only administrative users can specify - a tenant ID other than their own. You cannot change this value - through authorization policies."; + description "The UUID of the tenant that will own the object."; } } grouping admin-attributes { leaf admin-state-up { type boolean; - description "The administrative state of the network, which is up (true) or + description "The administrative state of the object, which is up (true) or down (false)."; } leaf status { type string; - description "The network status."; + description "The object status."; } } }