254910d3ce
* Sort by command objects * Drop the comparison to the project CLIs * Minor updates to command help to match docs Initially include the cross-API commands to establish the structure and format. Change-Id: I77a7b3c89e088b66aa62941e29ce0b65b532285b
29 lines
424 B
ReStructuredText
29 lines
424 B
ReStructuredText
======
|
|
limits
|
|
======
|
|
|
|
The Compute and Volume APIs have resource usage limits.
|
|
|
|
limits show
|
|
-----------
|
|
|
|
Show compute and volume limits
|
|
|
|
.. program:: limits show
|
|
.. code:: bash
|
|
|
|
os limits show
|
|
--absolute [--reserved] | --rate
|
|
|
|
.. option:: --absolute
|
|
|
|
Show absolute limits
|
|
|
|
.. option:: --rate
|
|
|
|
Show rate limits
|
|
|
|
.. option:: --reserved
|
|
|
|
Include reservations count [only valid with :option:`--absolute`]
|