Add docs for listing availability zones
Change-Id: I4c005e1d8089b46feca6cd3266f63c408648f074
This commit is contained in:
parent
3c28436268
commit
caef59a4a8
20
doc/source/command-objects/availability_zone.rst
Normal file
20
doc/source/command-objects/availability_zone.rst
Normal file
@ -0,0 +1,20 @@
|
||||
=================
|
||||
availability zone
|
||||
=================
|
||||
|
||||
Compute v2
|
||||
|
||||
availability zone list
|
||||
----------------------
|
||||
|
||||
List availability zones and their status
|
||||
|
||||
.. program availability zone list
|
||||
.. code:: bash
|
||||
|
||||
os availability zone list
|
||||
[--long]
|
||||
|
||||
.. option:: --long
|
||||
|
||||
List additional fields in output
|
@ -70,6 +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 volume services
|
||||
* ``aggregate``: (**Compute**) a grouping of servers
|
||||
* ``backup``: Volume - a volume copy
|
||||
* ``catalog``: (**Identity**) service catalog
|
||||
|
@ -59,7 +59,7 @@ def _xform_availability_zone(az, include_extra):
|
||||
|
||||
|
||||
class ListAvailabilityZone(lister.Lister):
|
||||
"""List Availability Zones and their status"""
|
||||
"""List availability zones and their status"""
|
||||
|
||||
log = logging.getLogger(__name__ + '.ListAvailabilityZone')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user