diff options
| author | Reedip <reedip.banerjee@nectechnologies.in> | 2016-09-16 12:46:45 +0530 |
|---|---|---|
| committer | Reedip <reedip.banerjee@nectechnologies.in> | 2016-09-16 12:47:55 +0530 |
| commit | d3e9361796b4395fc86ea85adb5c9df20cd555d2 (patch) | |
| tree | 4a798e3586d755450ebcab0a600dd1cc167989b7 /openstackclient/common | |
| parent | 276675f3520fa707daa65f92219194a514623fb8 (diff) | |
| download | python-openstackclient-d3e9361796b4395fc86ea85adb5c9df20cd555d2.tar.gz | |
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
Diffstat (limited to 'openstackclient/common')
| -rw-r--r-- | openstackclient/common/quota.py | 2 |
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', } |
