c4ab086195
I check files in compute/v2, and I find there is a mistake, then I fix it. Change-Id: Ic17b9d5e64e4ed8b1d8e1476c73dd6d9365167fc
42 lines
757 B
ReStructuredText
42 lines
757 B
ReStructuredText
======
|
|
limits
|
|
======
|
|
|
|
The Compute and Block Storage APIs have resource usage limits.
|
|
|
|
Compute v2, Block Storage v1
|
|
|
|
limits show
|
|
-----------
|
|
|
|
Show compute and block storage limits
|
|
|
|
.. program:: limits show
|
|
.. code:: bash
|
|
|
|
os limits show
|
|
--absolute | --rate
|
|
[--reserved]
|
|
[--project <project>]
|
|
[--domain <domain>]
|
|
|
|
.. option:: --absolute
|
|
|
|
Show absolute limits
|
|
|
|
.. option:: --rate
|
|
|
|
Show rate 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 the project belongs to (name or ID) [only valid with --absolute]
|