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 /doc/source/command-objects | |
| parent | a0a29df3e67b29880e62e1974dde18a4993f2aa1 (diff) | |
| parent | 27024d70af4756cb6e4b210b025ed7427541f773 (diff) | |
| download | python-openstackclient-74162fa31a3c34ee08472f24318f1c326b493330.tar.gz | |
Merge "Support quota show for current project"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/quota.rst | 12 |
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) |
