diff options
| author | Brad Behle <behle@us.ibm.com> | 2016-01-27 20:50:22 -0600 |
|---|---|---|
| committer | Brad Behle <behle@us.ibm.com> | 2016-01-28 15:54:27 -0600 |
| commit | 67ecf4ef436f3f70427658225a34c342ba8ea482 (patch) | |
| tree | fa46fcedf2f935a78b6f0796b787c7107d7eda2f /doc/source/command-objects/network.rst | |
| parent | f51f26868c3eb8fd0a4e624ea3066689e7f6b8a7 (diff) | |
| download | python-openstackclient-67ecf4ef436f3f70427658225a34c342ba8ea482.tar.gz | |
Add availability zone support for network commands
Add --availability-zone-hint parm to network create. Also add
availability_zones and availability_zone_hints to the network list and network
show commands
Change-Id: Ib4dc2e3e7897939be7bef6b25a095c8222b885bc
Partially-implements: blueprint neutron-client
Diffstat (limited to 'doc/source/command-objects/network.rst')
| -rw-r--r-- | doc/source/command-objects/network.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/command-objects/network.rst b/doc/source/command-objects/network.rst index 7c791840..bb366672 100644 --- a/doc/source/command-objects/network.rst +++ b/doc/source/command-objects/network.rst @@ -16,6 +16,7 @@ Create new network [--project <project> [--project-domain <project-domain>]] [--enable | --disable] [--share | --no-share] + [--availability-zone-hint <availability-zone>] <name> .. option:: --project <project> @@ -43,6 +44,11 @@ Create new network Do not share the network between projects +.. option:: --availability-zone-hint <availability-zone> + + Availability Zone in which to create this network (requires the Network + Availability Zone extension, this option can be repeated). + .. _network_create-name: .. describe:: <name> |
