From d3e9361796b4395fc86ea85adb5c9df20cd555d2 Mon Sep 17 00:00:00 2001 From: Reedip Date: Fri, 16 Sep 2016 12:46:45 +0530 Subject: Fix Quota Support for HMs Health Monitors could not be updated using the `openstack quota update` CLI. This patch fixes the same. Change-Id: Ic5a4fa5dce5767e40139137131114834d564f89a Closes-Bug: #1624225 --- openstackclient/common/quota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/common') 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', } -- cgit v1.2.1