summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2016-04-21 11:33:24 -0500
committerRichard Theis <rtheis@us.ibm.com>2016-04-21 11:33:24 -0500
commit27024d70af4756cb6e4b210b025ed7427541f773 (patch)
tree9917c28a6a973272866d68337165a0886bbb219f /doc/source/command-objects
parent0d3a06db1ce3871e4153255d21c9c9f6ac321030 (diff)
downloadpython-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 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/quota.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/command-objects/quota.rst b/doc/source/command-objects/quota.rst
index 98e6df33..9e09bd48 100644
--- a/doc/source/command-objects/quota.rst
+++ b/doc/source/command-objects/quota.rst
@@ -4,7 +4,7 @@ quota
Resource quotas appear in multiple APIs, OpenStackClient presents them as a single object with multiple properties.
-Compute v2, Block Storage v1
+Block Storage v1, Compute v2, Network v2
quota set
---------
@@ -129,14 +129,14 @@ Set quotas for class
quota show
----------
-Show quotas for project
+Show quotas for project or class
.. program:: quota show
.. code:: bash
os quota show
[--default]
- <project>
+ [<project>]
.. option:: --default
@@ -146,13 +146,13 @@ Show quotas for project
.. _quota_show-project:
.. describe:: <project>
- Show quotas for class
+ Show quotas for this project (name or ID)
.. code:: bash
os quota show
--class
- <class>
+ [<class>]
.. option:: --class
@@ -161,4 +161,4 @@ Show quotas for project
.. _quota_show-class:
.. describe:: <class>
- Class to show
+ Show quotas for this class (name or ID)