Merge "Add support for showing limits of a specific project"

This commit is contained in:
Jenkins
2015-04-19 06:15:08 +00:00
committed by Gerrit Code Review
2 changed files with 38 additions and 1 deletions
doc/source/command-objects
openstackclient/common

@ -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]