python-openstackclient/releasenotes/notes/bug-1609233-90b2ddf8d941050e.yaml
qtang 2a01ede6b6 Fix openstack quota set/show --class not work
identity_client should not be used for quota class operation.
Update code to fix the qutoa class set/show issue.

Change-Id: I71c59c08a0d5da29982497f589e1efe131997f21
Closes-Bug: #1609233
2016-09-14 11:15:01 +08:00

4 lines
147 B
YAML

---
fixes:
- Fix the ``--class`` option not work when we set/show the quota class.
[Bug `1609233 <https://bugs.launchpad.net/bugs/1609233>`_]