Comment 5 for bug 1532945

Revision history for this message
Richard Theis (rtheis) wrote :

Example output listing both compute and volume availability zones:

$ openstack availability zone list
+-----------+-------------+
| Zone Name | Zone Status |
+-----------+-------------+
| internal | available |
| nova | available |
| nova | available |
+-----------+-------------+
$ openstack availability zone list --long
+-----------+-------------+-----------+------------------+--------...-+
| Zone Name | Zone Status | Host Name | Service Name | Service... |
+-----------+-------------+-----------+------------------+--------...-+
| internal | available | myhost | nova-conductor | enabled... |
| internal | available | myhost | nova-consoleauth | enabled... |
| internal | available | myhost | nova-scheduler | enabled... |
| internal | available | myhost | nova-cert | enabled... |
| nova | available | myhost | nova-compute | enabled... |
| nova | available | | | |
+-----------+-------------+-----------+------------------+------------+