python-openstackclient/releasenotes/notes/bug-1572733-874b37a7fa8292d0.yaml
Richard Theis 27024d70af Support quota show for current project
The "os quota show" command "<project/class>" argument is now
optional. If not specified, the user's current project is used.
This allows non-admin users to show quotas for their current
project.

Change-Id: I602d4cc09c9d29ce84271eff78137f8810cb1a47
Closes-Bug: #1572733
2016-04-21 11:33:24 -05:00

7 lines
283 B
YAML

---
fixes:
- The ``quota show`` command ``<project/class>`` argument is now
optional. If not specified, the user's current project is used.
This allows non-admin users to show quotas for their current project.
[Bug `1572733 <https://bugs.launchpad.net/bugs/1572733>`_]