]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove reference to quantum cli in provider network extension
authorAaron Rosen <arosen@nicira.com>
Thu, 27 Jun 2013 19:00:24 +0000 (12:00 -0700)
committerAaron Rosen <arosen@nicira.com>
Thu, 27 Jun 2013 19:04:15 +0000 (12:04 -0700)
We don't need this info in the doc string as it is already in the admin
guide. If the CLI changes then we'll also have to update the doc string.

Fixes bug 1195429

Change-Id: If27788477c886f6faedbc5fca7856b683a6953f1

quantum/extensions/providernet.py

index a626652281c3b8c2b7764dc893a74eeed1b78181..ae150f220434f414399504a4afe47dd8b8769cec 100644 (file)
@@ -52,15 +52,8 @@ class Providernet(extensions.ExtensionDescriptor):
     the existing network resource's request and response messages are
     extended with attributes in the provider namespace.
 
-    To create a provider VLAN network using the CLI with admin rights:
-
-       (shell) net-create --tenant_id <tenant-id> <net-name> \
-       --provider:network_type vlan \
-       --provider:physical_network <physical-net> \
-       --provider:segmentation_id <vlan-id>
-
-    With admin rights, network dictionaries returned from CLI commands
-    will also include provider attributes.
+    With admin rights, network dictionaries returned will also include
+    provider attributes.
     """
 
     @classmethod