diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-05-23 20:13:35 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-05-23 20:13:35 +0000 |
| commit | 59f8e3267482254a8cacfffb0169b101ce375ff3 (patch) | |
| tree | 022a5a8ae282d33e7a71c40b6072550233959405 /doc/source/command-objects | |
| parent | 26865846bfae6d4866d2222eed189df9446587fe (diff) | |
| parent | b92cf77fb58b4aafcf4b3a1ef6b89fd15166505b (diff) | |
| download | python-openstackclient-59f8e3267482254a8cacfffb0169b101ce375ff3.tar.gz | |
Merge "Add network support for "quota set""
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/quota.rst | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/source/command-objects/quota.rst b/doc/source/command-objects/quota.rst index 9e09bd48..dc5e3623 100644 --- a/doc/source/command-objects/quota.rst +++ b/doc/source/command-objects/quota.rst @@ -32,6 +32,20 @@ Set quotas for project [--volumes <new-volumes>] [--volume-type <volume-type>] + # Network settings + [--floating-ips <num-floatingips>] + [--secgroup-rules <num-security-group-rules>] + [--secgroups <num-security-groups>] + [--networks <num-networks>] + [--subnets <num-subnets>] + [--ports <num-ports>] + [--routers <num-routers>] + [--rbac-policies <num-rbac-policies>] + [--vips <num-vips>] + [--subnetpools <num-subnetpools>] + [--members <num-members>] + [--health-monitors <num-health-monitors>] + <project> Set quotas for class @@ -126,6 +140,42 @@ Set quotas for class Set quotas for a specific <volume-type> +.. option:: --networks <num-networks> + + New value for the networks quota + +.. option:: --subnets <num-subnets> + + New value for the subnets quota + +.. option:: --ports <num-ports> + + New value for the ports quota + +.. option:: --routers <num-routers> + + New value for the routers quota + +.. option:: --rbac-policies <num-rbac-policies> + + New value for the rbac-policies quota + +.. option:: --vips <num-vips> + + New value for the vips quota + +.. option:: --subnetpools <num-subnetpools> + + New value for the subnetpools quota + +.. option:: --members <num-members> + + New value for the members quota + +.. option:: --health-monitors <num-health-monitors> + + New value for the health-monitors quota + quota show ---------- |
