summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2016-01-15 15:23:08 -0600
committerRichard Theis <rtheis@us.ibm.com>2016-02-02 08:08:25 -0600
commit4d332defbc4231f77b7459d4abda88a36a65d37d (patch)
tree5690f01cd067e1ecea8117b4e38180f95d884705 /doc/source/command-objects
parentf36177ebdd4ea25028337efaf667c23d62e3bf9e (diff)
downloadpython-openstackclient-4d332defbc4231f77b7459d4abda88a36a65d37d.tar.gz
Support listing network availability zones
Update the "os availability zone list" command to support listing network availability zones along with the currently listed compute and volume availability zones. This adds the --network option to the command in order to only list network availability zones. By default, all availability zones are listed. The --long option was also updated to include a "Zone Resource" column which is applicable to network availability zones. Example zone resources include "network" and "router". If the Network API does not support listing availability zones then a warning message will be issued when the --network option is specified. This support requires an updated release of the SDK in order to pull in [1]. [1] https://bugs.launchpad.net/python-openstacksdk/+bug/1532274 Change-Id: I78811d659b793d9d2111ea54665d5fe7e4887264 Closes-Bug: #1534202
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/availability-zone.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/source/command-objects/availability-zone.rst b/doc/source/command-objects/availability-zone.rst
index 8c021529..1f568438 100644
--- a/doc/source/command-objects/availability-zone.rst
+++ b/doc/source/command-objects/availability-zone.rst
@@ -2,7 +2,7 @@
availability zone
=================
-Compute v2, Block Storage v2
+Block Storage v2, Compute v2, Network v2
availability zone list
----------------------
@@ -14,6 +14,7 @@ List availability zones and their status
os availability zone list
[--compute]
+ [--network]
[--volume]
[--long]
@@ -21,6 +22,10 @@ List availability zones and their status
List compute availability zones
+.. option:: --network
+
+ List network availability zones
+
.. option:: --volume
List volume availability zones