Comment 16 for bug 1519503

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

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

commit c0d2120883080ba1a4326dc97e078d95de170a51
Author: Jas <email address hidden>
Date: Thu Jan 21 04:19:48 2016 -0600

    Add availability zone support for router commands

    This patch allows the adding of availability_zone_hints during
    router create. Also allows for the display of availability_zones
    during list and and show commands.

    Change-Id: Ifbc5c218bc7103d28076d726212ce25321bcf7f1
    Partial-bug: #1519503
    Partially-implements: blueprint neutron-client