python-openstackclient/releasenotes/notes/bug-1656572-b40303ae50a41000.yaml
Dean Troyer 819526591e Fix quota show --default command
Work around a bug in OpenStack SDK 0.9.11 and 0.9.12 that causes
quota show --default to fail.  This can be removed when the proposed
SDK fix (https://review.openstack.org/420301) is reelased and in the
minimum SDK version in global requirements.

quota set --network is still broken, I can't fix it at the moment...

Closes-bug: 1656572
Change-Id: Ice77e14782c33e672176afbab36bba95b73d7a11
2017-01-14 13:55:19 -06:00

7 lines
209 B
YAML

---
fixes:
- |
Work around a bug in OpenStackSDK 0.9.11 and 0.9.12 that causes
``quota show --default`` to fail.
[Bug `1656572 <https://bugs.launchpad.net/python-openstackclient/+bug/1656572>`_]