summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorYang Yu <Gabriel.yuyang@huawei.com>2017-12-20 17:03:39 +0800
committerYang Yu <Gabriel.yuyang@huawei.com>2017-12-21 11:32:50 +0800
commitd44ed0fc0cbcb73f68494aee56615bdbe5dc419b (patch)
treef64f120e4b700da435e422effbb7767d17c1cf6a /utils
parent6a23b35f2b0286132c3bc9f4d4e19a42c7e2f45c (diff)
bug-fix: fix neutron quota setting
JIRA: BOTTLENECK-215 also fix the bug for type error: converted string Change-Id: Ic56b5ab5c49d8fdbcf49ba4571c2286d5f7bc422 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/env_prepare/quota_prepare.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/env_prepare/quota_prepare.py b/utils/env_prepare/quota_prepare.py
index 24015954..267e70ab 100644
--- a/utils/env_prepare/quota_prepare.py
+++ b/utils/env_prepare/quota_prepare.py
@@ -22,7 +22,9 @@ neutron_quota = {"subnet": -1,
"subnetpool": -1,
"router": -1,
"port": -1,
- "security_group": -1}
+ "security_group": -1,
+ "security_group_rule": -1,
+ "rbac_policy": -1}
nova_quota = {"ram": -1,
"cores": -1,