python-openstackclient/doc/source/command-objects/limits.rst
zhiyong.dai 75f2875a6e Add ":option: " in the help message
This patch mainly adds  ":option:` `" in several help messages in the doc.
This modification will create one link which helps the readers find the relative
option quickly and conveniently in website.

Change-Id: Ia047e15c3b2064e4822ee7df7922d4774d862602
2017-01-03 12:13:10 +08:00

784 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

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