Remove reference to quantum cli in provider network extension

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
This commit is contained in:
Aaron Rosen 2013-06-27 12:00:24 -07:00
parent bb2661e831
commit 5634c34f2d

View 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