diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/command-objects/availability-zone.rst | 12 | ||||
| -rw-r--r-- | doc/source/commands.rst | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/source/command-objects/availability-zone.rst b/doc/source/command-objects/availability-zone.rst index 37435230..8c021529 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 +Compute v2, Block Storage v2 availability zone list ---------------------- @@ -13,8 +13,18 @@ List availability zones and their status .. code:: bash os availability zone list + [--compute] + [--volume] [--long] +.. option:: --compute + + List compute availability zones + +.. option:: --volume + + List volume availability zones + .. option:: --long List additional fields in output diff --git a/doc/source/commands.rst b/doc/source/commands.rst index f7e8b444..fbc3af4a 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -70,7 +70,7 @@ the API resources will be merged, as in the ``quota`` object that has options referring to both Compute and Volume quotas. * ``access token``: (**Identity**) long-lived OAuth-based token -* ``availability zone``: (**Compute**) a logical partition of hosts or block storage services +* ``availability zone``: (**Compute**, **Volume**) a logical partition of hosts or block storage services * ``aggregate``: (**Compute**) a grouping of servers * ``backup``: (**Volume**) a volume copy * ``catalog``: (**Identity**) service catalog |
