diff options
| author | Sławek Kapłoński <slawek@kaplonski.pl> | 2018-10-19 12:46:21 +0300 |
|---|---|---|
| committer | Vlad Gusev <vlad.esten@gmail.com> | 2019-02-24 10:41:53 +0000 |
| commit | 75cba9d1cbdd7b14b0d507af27f896c6c45e713e (patch) | |
| tree | 0e09aa73240b1618083593eb57f7aa2628a000d0 /doc/source/cli/command-objects | |
| parent | 0a187905c01f6bc2b9855081ac0042f00715dedf (diff) | |
| download | python-openstackclient-75cba9d1cbdd7b14b0d507af27f896c6c45e713e.tar.gz | |
Add support for get details of Quota
With passing "--detail" argument to "openstack quota list", details
about current usage should be returned.
It is currently supported by Nova and Neutron so details of
resources from those projects can be returned.
Change-Id: I48fda15b34283bb7c66ea18ed28262f48b9229fe
Related-Bug: #1716043
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/quota.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/quota.rst b/doc/source/cli/command-objects/quota.rst index f39536af..c538cfb3 100644 --- a/doc/source/cli/command-objects/quota.rst +++ b/doc/source/cli/command-objects/quota.rst @@ -17,6 +17,8 @@ List quotas for all projects with non-default quota values openstack quota list --compute | --network | --volume + [--project <project>] + [--detail] .. option:: --network @@ -30,6 +32,14 @@ List quotas for all projects with non-default quota values List volume quotas +.. option:: --project <project> + + List quotas for this project <project> (name or ID) + +.. option:: --detail + + Show details about quotas usage + quota set --------- |
