diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-09-12 17:59:36 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-09-12 17:59:36 +0000 |
| commit | ed4454c5bba8c912c310c92f94a7c17a2b44ee10 (patch) | |
| tree | c49f0ced9b622ab44be22c68a9bf402daebbe85d /doc/source/command-objects | |
| parent | c8ecd9a49731a004bf86343a1e2f050ad5fc06f8 (diff) | |
| parent | 6fba7163e85a436d1fe0660d9932a53d06b1a343 (diff) | |
| download | python-openstackclient-ed4454c5bba8c912c310c92f94a7c17a2b44ee10.tar.gz | |
Merge "Set quota "per_volume_gigabytes", "backup_gigabytes" and "backups""
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/quota.rst | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/doc/source/command-objects/quota.rst b/doc/source/command-objects/quota.rst index 381601db..4dc5b171 100644 --- a/doc/source/command-objects/quota.rst +++ b/doc/source/command-objects/quota.rst @@ -2,9 +2,10 @@ quota ===== -Resource quotas appear in multiple APIs, OpenStackClient presents them as a single object with multiple properties. +Resource quotas appear in multiple APIs, OpenStackClient presents them as a +single object with multiple properties. -Block Storage v1, Compute v2, Network v2 +Block Storage v1, v2, Compute v2, Network v2 quota set --------- @@ -29,7 +30,10 @@ Set quotas for project [--server-group-members <num-server-group-members>] # Block Storage settings + [--backups <new-backups>] + [--backup-gigabytes <new-backup-gigabytes>] [--gigabytes <new-gigabytes>] + [--per-volume-gigabytes <new-per-volume-gigabytes>] [--snapshots <new-snapshots>] [--volumes <new-volumes>] [--volume-type <volume-type>] @@ -70,7 +74,10 @@ Set quotas for class [--server-group-members <num-server-group-members>] # Block Storage settings + [--backups <new-backups>] + [--backup-gigabytes <new-backup-gigabytes>] [--gigabytes <new-gigabytes>] + [--per-volume-gigabytes <new-per-volume-gigabytes>] [--snapshots <new-snapshots>] [--volumes <new-volumes>] @@ -136,10 +143,22 @@ Set quotas for class New value for the injected-path-size quota +.. option:: --backups <new-backups> + + New value for the backups quota + +.. option:: --backup-gigabytes <new-backup-gigabytes> + + New value for the backup gigabytes quota + .. option:: --gigabytes <new-gigabytes> New value for the gigabytes quota +.. option:: --per-volume-gigabytes <new-per-volume-gigabytes> + + New value for the gigabytes quota of per volume + .. option:: --volumes <new-volumes> New value for the volumes quota @@ -150,7 +169,8 @@ Set quotas for class .. option:: --volume-type <volume-type> - Set quotas for a specific <volume-type> + Set quotas for a specific <volume-type>. The supported quotas are: + gigabytes, snapshots, volumes. .. option:: --networks <num-networks> |
