]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
multiprovidernet: fix a comment
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 10 Jun 2014 06:33:33 +0000 (15:33 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 10 Jun 2014 06:33:33 +0000 (15:33 +0900)
Change-Id: I8a09af9f77bb589203bb47fcc1c6c7b704a5b6c2

neutron/extensions/multiprovidernet.py

index 8dbcf712410a80396221ab49e70ca4a025a49202..79fcb9e4a0694ebcd430d60bb87d08dfb2bf47bc 100644 (file)
@@ -80,10 +80,10 @@ class Multiprovidernet(extensions.ExtensionDescriptor):
     metadata about the multiple provider network extension available to
     clients. No new resources are defined by this extension. Instead,
     the existing network resource's request and response messages are
-    extended with attributes in the provider namespace.
+    extended with 'segments' attribute.
 
     With admin rights, network dictionaries returned will also include
-    provider attributes.
+    'segments' attribute.
     """
 
     @classmethod