d45442b3d4
Neutron client should be able to show the default quotas set for tenants. This patch adds support for the same and introduces a new CLI to retrieve default quotas. Sample usage: neutron quota-default-show +-----------------------+-------+ | Field | Value | +-----------------------+-------+ | floatingip | 50 | | l2-gateway-connection | -1 | | network | 10 | | port | 50 | | rbac_policy | 10 | | router | 10 | | security_group | 10 | | security_group_rule | 100 | | subnet | 10 | | subnetpool | -1 | +-----------------------+-------+ Change-Id: Ie92c22862d2b8ace32a2cf4cb642a6d0bac7932d Closes-Bug: #1204956
8 lines
195 B
YAML
8 lines
195 B
YAML
---
|
|
features:
|
|
- |
|
|
CLI support to display the default quota reserved for a tenant.
|
|
|
|
* The ``quota-default-show`` command outputs the default quota
|
|
of resources for a given tenant.
|