From 5634c34f2d4e6a482e42395f6b0fc24a35ecfa61 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Thu, 27 Jun 2013 12:00:24 -0700 Subject: [PATCH] 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 --- quantum/extensions/providernet.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 -- 2.45.2