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
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