diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-09-19 08:46:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-09-19 08:46:06 +0000 |
| commit | 2fe7d76c00069ff68884c673cd0dc724e7948fdd (patch) | |
| tree | 8aea712a1d0dd84a1c47b61d3541a959d8e37bae /openstackclient/tests/unit/network/v2 | |
| parent | 7e990ba1e2ae0ecb804287212797ebad84d7b56b (diff) | |
| parent | d3e9361796b4395fc86ea85adb5c9df20cd555d2 (diff) | |
| download | python-openstackclient-2fe7d76c00069ff68884c673cd0dc724e7948fdd.tar.gz | |
Merge "Fix Quota Support for HMs"
Diffstat (limited to 'openstackclient/tests/unit/network/v2')
| -rw-r--r-- | openstackclient/tests/unit/network/v2/fakes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py index e3adb435..ec032c92 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -33,7 +33,7 @@ QUOTA = { "port": 50, "vip": 10, "member": 10, - "health_monitor": 10, + "healthmonitor": 10, } |
