summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-19 08:46:06 +0000
committerGerrit Code Review <review@openstack.org>2016-09-19 08:46:06 +0000
commit2fe7d76c00069ff68884c673cd0dc724e7948fdd (patch)
tree8aea712a1d0dd84a1c47b61d3541a959d8e37bae /openstackclient/common
parent7e990ba1e2ae0ecb804287212797ebad84d7b56b (diff)
parentd3e9361796b4395fc86ea85adb5c9df20cd555d2 (diff)
downloadpython-openstackclient-2fe7d76c00069ff68884c673cd0dc724e7948fdd.tar.gz
Merge "Fix Quota Support for HMs"
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 aabfa5d5..4668e193 100644
--- a/openstackclient/common/quota.py
+++ b/openstackclient/common/quota.py
@@ -75,7 +75,7 @@ NETWORK_QUOTAS = {
'vip': 'vips',
'subnetpool': 'subnetpools',
'member': 'members',
- 'health_monitor': 'health-monitors',
+ 'healthmonitor': 'health-monitors',
}