bug-fix: neutron quota for euphrates 15/49515/1
authorYang Yu <Gabriel.yuyang@huawei.com>
Thu, 21 Dec 2017 23:11:15 +0000 (07:11 +0800)
committerYang Yu <Gabriel.yuyang@huawei.com>
Thu, 21 Dec 2017 23:11:15 +0000 (07:11 +0800)
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>
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,