Comment 2 for bug 1762534

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: openstack availability zone list shows default 'nova' AZ to non-admin users

Now that I've looked at the python-openstackclient CLI code, I see my mistake, it's showing AZs for the volume and network services too. I need to use the --compute option to filter to just nova.

stack@rocky:~/devstack$ openstack availability zone list --compute
+-----------+-------------+
| Zone Name | Zone Status |
+-----------+-------------+
| az2 | available |
+-----------+-------------+

That could be more clear, like adding a 'Service' column or something to show the AZ is for a particular service.