bug-fix: neutron quota for euphrates 27/49527/1
authorYang Yu <Gabriel.yuyang@huawei.com>
Thu, 21 Dec 2017 23:11:15 +0000 (07:11 +0800)
committerYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>
Fri, 22 Dec 2017 04:18:04 +0000 (04:18 +0000)
JIRA: BOTTLENECK-215

It seems SFC is enabled defaultly in euphrates.
So modify the quota for SFC

Change-Id: Id8b88f03b029ca6a4c1c13098d799958601f1bb6
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
(cherry picked from commit ad8c10df7d3a6df07a1386de172b022b5342876f)

utils/env_prepare/quota_prepare.py

index 267e70a..09af156 100644 (file)
@@ -24,7 +24,11 @@ neutron_quota = {"subnet": -1,
                  "port": -1,
                  "security_group": -1,
                  "security_group_rule": -1,
-                 "rbac_policy": -1}
+                 "rbac_policy": -1,
+                 "port_pair": -1,
+                 "port_chain": -1,
+                 "flow_classifier": -1,
+                 "port_pair_group": -1}
 
 nova_quota = {"ram": -1,
               "cores": -1,