summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-13 08:48:34 +0000
committerGerrit Code Review <review@openstack.org>2019-03-13 08:48:34 +0000
commit9b8a76fd617abbe04a5f44a0fc91a028298c74e7 (patch)
tree0f149dd22c96a9f1353b812764d059658b1500c3 /openstackclient/common
parentc36e75d9868ed4a7a9eb80c080d2b9c9232f76bd (diff)
parentb18e79c09bcaea86b3f8470c909664e5fe940682 (diff)
downloadpython-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.py3
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',