summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
authorReedip <reedip.banerjee@nectechnologies.in>2016-09-16 13:39:54 +0530
committerReedip <reedip.banerjee@nectechnologies.in>2016-09-16 10:57:02 +0000
commit91c4509afe1bdf89f89a40dfc0a3cb808fd2004a (patch)
tree681b0ed81210fa64d47b00b7125303021a85132d /openstackclient/common
parentd3e9361796b4395fc86ea85adb5c9df20cd555d2 (diff)
downloadpython-openstackclient-91c4509afe1bdf89f89a40dfc0a3cb808fd2004a.tar.gz
Fix quota-update issue in LBaaS
Currently L7Policies cannot be updated( it was missing in implementation in neutronclient). The same has been taken care in the current patch. Also, currently quota doesnt support updating the members in an LBaaS pool. This patch temporarily removes it, till it is not confirmed that LBaaS v2 needs to support quotas for members or not. Change-Id: I25a54a57debb762a32a280ece8c081fc52365f0f Closes-Bug: #1624097
Diffstat (limited to 'openstackclient/common')
-rw-r--r--openstackclient/common/quota.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/quota.py b/openstackclient/common/quota.py
index 4668e193..ebbf7ddf 100644
--- a/openstackclient/common/quota.py
+++ b/openstackclient/common/quota.py
@@ -74,8 +74,8 @@ NETWORK_QUOTAS = {
'rbac_policy': 'rbac-policies',
'vip': 'vips',
'subnetpool': 'subnetpools',
- 'member': 'members',
'healthmonitor': 'health-monitors',
+ 'l7policy': 'l7policies',
}