diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-04-16 04:37:39 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-04-16 04:37:39 +0000 |
| commit | b72f2fb7eead6287fbdd07c369c0462586f37785 (patch) | |
| tree | efa6afe5a84d2b3dada3b1e3bdcf9c198ffa0feb /doc/source/command-objects | |
| parent | 8b44d3405466eb53b7370a96295e168de5d93be7 (diff) | |
| parent | 8bd8a8dfd7d330573740f7610ea28ae291d1e4e2 (diff) | |
| download | python-openstackclient-b72f2fb7eead6287fbdd07c369c0462586f37785.tar.gz | |
Merge "Add support to specify volume quotas per volume type"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/quota.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/quota.rst b/doc/source/command-objects/quota.rst index 053fb47a..5ea49f8c 100644 --- a/doc/source/command-objects/quota.rst +++ b/doc/source/command-objects/quota.rst @@ -30,6 +30,7 @@ Set quotas for project [--gigabytes <new-gigabytes>] [--snapshots <new-snapshots>] [--volumes <new-volumes>] + [--volume-type <volume-type>] <project> @@ -121,6 +122,10 @@ Set quotas for class New value for the snapshots quota +.. option:: --volume-type <volume-type> + + Set quotas for a specific <volume-type> + quota show ---------- |
