python-openstackclient/doc/source/command-objects/limits.rst
zheng yin c4ab086195 fix doc information in the limit.rst
I check files in compute/v2, and I find there is a mistake, then
I fix it.

Change-Id: Ic17b9d5e64e4ed8b1d8e1476c73dd6d9365167fc
2016-09-27 13:52:56 +08:00

757 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 | --rate
    [--reserved]
    [--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 the project belongs to (name or ID) [only valid with --absolute]