diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-04-21 11:33:24 -0500 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-04-21 11:33:24 -0500 |
| commit | 27024d70af4756cb6e4b210b025ed7427541f773 (patch) | |
| tree | 9917c28a6a973272866d68337165a0886bbb219f /releasenotes | |
| parent | 0d3a06db1ce3871e4153255d21c9c9f6ac321030 (diff) | |
| download | python-openstackclient-27024d70af4756cb6e4b210b025ed7427541f773.tar.gz | |
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bug-1572733-874b37a7fa8292d0.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1572733-874b37a7fa8292d0.yaml b/releasenotes/notes/bug-1572733-874b37a7fa8292d0.yaml new file mode 100644 index 00000000..3ddf4937 --- /dev/null +++ b/releasenotes/notes/bug-1572733-874b37a7fa8292d0.yaml @@ -0,0 +1,6 @@ +--- +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>`_] |
