diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-04-03 02:26:22 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-04-03 02:26:22 -0400 |
| commit | 77e3fbae1a866e05219d272f9c3bdbaaa8030854 (patch) | |
| tree | 3a29927a5f146a6f9b1e40e7469de5a267da2302 /doc/source/command-objects | |
| parent | d5f2c50c0f2de6d741f86113fc5260bdb7895102 (diff) | |
| download | python-openstackclient-77e3fbae1a866e05219d272f9c3bdbaaa8030854.tar.gz | |
Add support for showing limits of a specific project
Looks like the option to show limits of a specific project was
missing. This resulted in always using the authenticated project.
Change-Id: I512a05df20860ffb52af34f3b64c9eb81dae8c61
Closes-Bug: 1438379
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/limits.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/command-objects/limits.rst b/doc/source/command-objects/limits.rst index 1eae4889..0d466af6 100644 --- a/doc/source/command-objects/limits.rst +++ b/doc/source/command-objects/limits.rst @@ -16,6 +16,8 @@ Show compute and volume limits os limits show --absolute [--reserved] | --rate + [--project <project>] + [--domain <domain>] .. option:: --absolute @@ -28,3 +30,11 @@ Show compute and volume limits .. option:: --reserved Include reservations count [only valid with :option:`--absolute`] + +.. option:: --project <project> + + Show limits for a specific project (name or ID) [only valid with --absolute] + +.. option:: --domain <domain> + + Domain that owns --project (name or ID) [only valid with --absolute] |
