python-openstackclient/doc/source/command-objects/limits.rst
Tang Chen 3e0e1f8c41 Trivial: Fix typo in common/limits.py
Change-Id: I3040cc69512df50459960f96b862de55804068ac
2016-03-23 16:04:21 +08:00

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