summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
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',
}