python-openstackclient/doc/source/command-objects/limits.rst
Xi Yang 54b0ef3358 Use Block Storage instead of Volume
Volume is better to be replaced by Block Storage in the
doc.

Change-Id: I736669ee01c7385b6e701cb20f4334eff1c49286
2015-11-27 17:56:10 +08:00

746 B

limits

The Compute and Block Storage APIs have resource usage limits.

Compute v2, Block Storage v1

limits show

Show compute and block storage limits

limits show

os limits show
    --absolute [--reserved] | --rate
    [--project <project>]
    [--domain <domain>]

--absolute

Show absolute limits

--rate

Show rate limits

--reserved

Include reservations count [only valid with --absolute]

--project <project>

Show limits for a specific project (name or ID) [only valid with --absolute]

--domain <domain>

Domain that owns --project (name or ID) [only valid with --absolute]