diff options
| author | Zuul <zuul@review.openstack.org> | 2019-03-13 08:48:34 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-03-13 08:48:34 +0000 |
| commit | 9b8a76fd617abbe04a5f44a0fc91a028298c74e7 (patch) | |
| tree | 0f149dd22c96a9f1353b812764d059658b1500c3 /openstackclient/common | |
| parent | c36e75d9868ed4a7a9eb80c080d2b9c9232f76bd (diff) | |
| parent | b18e79c09bcaea86b3f8470c909664e5fe940682 (diff) | |
| download | python-openstackclient-9b8a76fd617abbe04a5f44a0fc91a028298c74e7.tar.gz | |
Merge "Delete the LB object quotas set command in openstackclient"
Diffstat (limited to 'openstackclient/common')
| -rw-r--r-- | openstackclient/common/quota.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openstackclient/common/quota.py b/openstackclient/common/quota.py index dae1b18e..fb4e8603 100644 --- a/openstackclient/common/quota.py +++ b/openstackclient/common/quota.py @@ -75,10 +75,7 @@ NETWORK_QUOTAS = { 'port': 'ports', 'router': 'routers', 'rbac_policy': 'rbac-policies', - 'vip': 'vips', 'subnetpool': 'subnetpools', - 'healthmonitor': 'health-monitors', - 'l7policy': 'l7policies', } NETWORK_KEYS = ['floating_ips', 'networks', 'rbac_policies', 'routers', |
