File: limits.rst

package info (click to toggle)
python-openstackclient 2.3.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,376 kB
  • sloc: python: 39,869; makefile: 158; sh: 40
file content (40 lines) | stat: -rw-r--r-- 746 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
======
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 [--reserved] | --rate
        [--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 that owns --project (name or ID) [only valid with --absolute]