2014-11-17 16:42:30 -06:00
|
|
|
======
|
|
|
|
limits
|
|
|
|
======
|
|
|
|
|
2015-11-08 22:05:15 +08:00
|
|
|
The Compute and Block Storage APIs have resource usage limits.
|
2014-11-17 16:42:30 -06:00
|
|
|
|
2015-11-08 22:05:15 +08:00
|
|
|
Compute v2, Block Storage v1
|
2015-01-09 19:12:18 -05:00
|
|
|
|
2014-11-17 16:42:30 -06:00
|
|
|
limits show
|
|
|
|
-----------
|
|
|
|
|
2015-11-08 22:05:15 +08:00
|
|
|
Show compute and block storage limits
|
2014-11-17 16:42:30 -06:00
|
|
|
|
|
|
|
.. program:: limits show
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os limits show
|
2016-09-27 11:21:08 +08:00
|
|
|
--absolute | --rate
|
|
|
|
[--reserved]
|
2015-04-03 02:26:22 -04:00
|
|
|
[--project <project>]
|
|
|
|
[--domain <domain>]
|
2014-11-17 16:42:30 -06:00
|
|
|
|
|
|
|
.. option:: --absolute
|
|
|
|
|
|
|
|
Show absolute limits
|
|
|
|
|
|
|
|
.. option:: --rate
|
|
|
|
|
|
|
|
Show rate limits
|
|
|
|
|
|
|
|
.. option:: --reserved
|
|
|
|
|
|
|
|
Include reservations count [only valid with :option:`--absolute`]
|
2015-04-03 02:26:22 -04:00
|
|
|
|
|
|
|
.. option:: --project <project>
|
|
|
|
|
|
|
|
Show limits for a specific project (name or ID) [only valid with --absolute]
|
|
|
|
|
|
|
|
.. option:: --domain <domain>
|
|
|
|
|
2016-03-23 16:04:21 +08:00
|
|
|
Domain the project belongs to (name or ID) [only valid with --absolute]
|