From: Aaron Rosen Date: Thu, 27 Jun 2013 19:00:24 +0000 (-0700) Subject: Remove reference to quantum cli in provider network extension X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5634c34f2d4e6a482e42395f6b0fc24a35ecfa61;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/quantum/extensions/providernet.py b/quantum/extensions/providernet.py index a62665228..ae150f220 100644 --- a/quantum/extensions/providernet.py +++ b/quantum/extensions/providernet.py @@ -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 \ - --provider:network_type vlan \ - --provider:physical_network \ - --provider:segmentation_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