diff options
| author | Fang Zhen <zhen.fang@easystack.cn> | 2016-03-14 19:27:36 +0800 |
|---|---|---|
| committer | Fang Zhen <zhen.fang@easystack.cn> | 2016-05-19 20:42:59 +0800 |
| commit | b92cf77fb58b4aafcf4b3a1ef6b89fd15166505b (patch) | |
| tree | 001fb124a031812e7598564769ada39b3ead69fd /openstackclient/tests/network | |
| parent | 35ea7a9baa498812e6f0d6e70a2f24ad6a360730 (diff) | |
| download | python-openstackclient-b92cf77fb58b4aafcf4b3a1ef6b89fd15166505b.tar.gz | |
Add network support for "quota set"
The "quota set" command support compute and volume quotas previously.
This patch add support network.
Partially-implements: blueprint neutron-client-quota
Closes-bug: 1489441
Change-Id: I9d297f52bc30614b3493f09ed15f8f1d3f8ff952
Diffstat (limited to 'openstackclient/tests/network')
| -rw-r--r-- | openstackclient/tests/network/v2/fakes.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openstackclient/tests/network/v2/fakes.py b/openstackclient/tests/network/v2/fakes.py index 84ede381..417cf26e 100644 --- a/openstackclient/tests/network/v2/fakes.py +++ b/openstackclient/tests/network/v2/fakes.py @@ -36,6 +36,9 @@ QUOTA = { "router": 10, "rbac_policy": -1, "port": 50, + "vip": 10, + "member": 10, + "health_monitor": 10, } |
