diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-25 21:15:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-25 21:15:43 +0000 |
| commit | 74162fa31a3c34ee08472f24318f1c326b493330 (patch) | |
| tree | 2630dafbee9dd36ef2681b05abd7f270c8c00bfd /releasenotes | |
| parent | a0a29df3e67b29880e62e1974dde18a4993f2aa1 (diff) | |
| parent | 27024d70af4756cb6e4b210b025ed7427541f773 (diff) | |
| download | python-openstackclient-74162fa31a3c34ee08472f24318f1c326b493330.tar.gz | |
Merge "Support quota show for current project"
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>`_] |
