Comment 3 for bug 1655537

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

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

commit 024bd3bd660490e458456c28674dcd0ad4ee13c8
Author: Reedip <email address hidden>
Date: Wed Jan 11 12:34:48 2017 -0500

    Fix quota show output

    Currently Quota Show expects dictionary to be returned
    for Network client, similar to Volume and Compute clients, but
    Network Object is being returned, causing the "openstack quota show"
    to fail.
    This patch takes care of this issue.

    Depends-On: Ie0e045ff4888615d68804fd739d5b995ca11e9a1
    Change-Id: Ic507997cba09fcfa84dd1151d6922f56a7c5187b
    Closes-Bug:#1655537