Comment 7 for bug 1532945

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/267598
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=a8ec2ac49475c60c8e72a0fc3db6df778918bb49
Submitter: Jenkins
Branch: master

commit a8ec2ac49475c60c8e72a0fc3db6df778918bb49
Author: Richard Theis <email address hidden>
Date: Thu Jan 14 08:22:09 2016 -0600

    Support listing volume availability zones

    Update the "os availability zone list" command to support listing
    volume availability zones along with the currently listed compute
    availability zones. This adds a --compute and --volume option to
    the command in order to select the availability zones to list. By
    default, all availability zones are listed.

    If the Block Storage API does not support listing availability
    zones then an warning message will be issued.

    Change-Id: I8159509a41bd1fb1b4e77fdbb512cf64a5ac11a9
    Closes-Bug: #1532945