diff options
| author | Fang Zhen <zhen.fang@easystack.cn> | 2016-03-14 19:27:36 +0800 |
|---|---|---|
| committer | Fang Zhen <zhen.fang@easystack.cn> | 2016-05-19 20:42:59 +0800 |
| commit | b92cf77fb58b4aafcf4b3a1ef6b89fd15166505b (patch) | |
| tree | 001fb124a031812e7598564769ada39b3ead69fd /doc/source/command-objects | |
| parent | 35ea7a9baa498812e6f0d6e70a2f24ad6a360730 (diff) | |
| download | python-openstackclient-b92cf77fb58b4aafcf4b3a1ef6b89fd15166505b.tar.gz | |
Add network support for "quota set"
The "quota set" command support compute and volume quotas previously.
This patch add support network.
Partially-implements: blueprint neutron-client-quota
Closes-bug: 1489441
Change-Id: I9d297f52bc30614b3493f09ed15f8f1d3f8ff952
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 ---------- |
