diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-12-31 16:43:18 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-12-31 16:43:18 +0000 |
| commit | e62ea50f7d701eff17c344f2299e8ba5c0a8e81c (patch) | |
| tree | 8c4be0d67adf1b37abfccd10f2028c1776a056d0 /doc/source/command-objects | |
| parent | 377fd0b69c4d0bfc9c5246ad9f437455af3b9a31 (diff) | |
| parent | caef59a4a8bd49d785f60d035fd02e3fc06c8252 (diff) | |
| download | python-openstackclient-e62ea50f7d701eff17c344f2299e8ba5c0a8e81c.tar.gz | |
Merge "Add docs for listing availability zones"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/availability_zone.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/source/command-objects/availability_zone.rst b/doc/source/command-objects/availability_zone.rst new file mode 100644 index 00000000..37435230 --- /dev/null +++ b/doc/source/command-objects/availability_zone.rst @@ -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 |
