python-openstackclient/releasenotes/notes/bug-1655537-20b0eb676afa278f.yaml
Reedip 024bd3bd66 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
2017-01-12 22:10:32 +00:00

7 lines
243 B
YAML

---
fixes:
- |
Fixed a ``'Quota' object is not iterable`` error in the ``quota show`` command
that appeared with the initial release of openstacksdk v0.9.11 and v0.9.12.
[Bug `1655537 <https://bugs.launchpad.net/bugs/1655537>`_]