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