Comment 2 for bug 1622565

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

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

commit e04e389da2e9d8ec96398356ceda2ab2388cdad5
Author: Ukesh Kumar Vasudevan <email address hidden>
Date: Thu Sep 15 12:51:23 2016 +0530

    router list if availability_zone ext not enabled

    when calling router list with --long OSC expects the availability_zone
    field in the response, even if this extension is not loaded:

    As per the document, http://developer.openstack.org/api-ref/networking/
    v2/?expanded=list-routers-detail, The availability zone(s) for the router
    is available when router_availability_zone extension is enabled.

    Added testcase to test router list without availability zone

    Change-Id: Ic9abb06140eb310b797ade8b0463a876d8bea1b8
    Closes-bug: #1622565