diff options
| author | Zuul <zuul@review.openstack.org> | 2019-03-07 23:19:16 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-03-07 23:19:16 +0000 |
| commit | c305ac28969367699ed2cbeba3c0e93f8b05bba0 (patch) | |
| tree | 7c38d3c4b7f63b2823226f56a343b961e53becd4 /doc/source/cli/command-objects | |
| parent | e59b9f4261aef55b89031f2e1aef68d3f3a427d9 (diff) | |
| parent | 626a3a021c50759841804eeb9aad832ea9e57551 (diff) | |
| download | python-openstackclient-c305ac28969367699ed2cbeba3c0e93f8b05bba0.tar.gz | |
Merge "Mention compute API 2.50 in openstack quota show --class"
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/quota.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/cli/command-objects/quota.rst b/doc/source/cli/command-objects/quota.rst index c538cfb3..8c8cea6d 100644 --- a/doc/source/cli/command-objects/quota.rst +++ b/doc/source/cli/command-objects/quota.rst @@ -244,7 +244,9 @@ Set quotas for class quota show ---------- -Show quotas for project or class +Show quotas for project or class. Specify ``--os-compute-api-version 2.50`` or +higher to see ``server-groups`` and ``server-group-members`` output for a given +quota class. .. program:: quota show .. code:: bash |
