diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-12-01 22:32:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-12-01 22:32:27 +0000 |
| commit | 17bf9cdf1c64540b30778c30d2721ce5e10e4529 (patch) | |
| tree | 200b27a3cdc820ea8c51009e2570260cff7cfb10 /doc/source/command-objects/limits.rst | |
| parent | a2450d85e0dc0cb29172c6477582e6354146a496 (diff) | |
| parent | 254910d3ce34c954551a0827aa8727d6367f48f3 (diff) | |
| download | python-openstackclient-17bf9cdf1c64540b30778c30d2721ce5e10e4529.tar.gz | |
Merge "Begin copying wiki command list here"
Diffstat (limited to 'doc/source/command-objects/limits.rst')
| -rw-r--r-- | doc/source/command-objects/limits.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/source/command-objects/limits.rst b/doc/source/command-objects/limits.rst new file mode 100644 index 00000000..ac388e0f --- /dev/null +++ b/doc/source/command-objects/limits.rst @@ -0,0 +1,28 @@ +====== +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`] |
