buf-fix: sfc quota setting 11/49611/1
authorYang Yu <Gabriel.yuyang@huawei.com>
Mon, 25 Dec 2017 05:05:32 +0000 (13:05 +0800)
committerYang Yu <Gabriel.yuyang@huawei.com>
Mon, 25 Dec 2017 05:05:32 +0000 (13:05 +0800)
JIRA: BOTTLENECK-215

compass master does not enable sfc, only eupurates.
changing sfc quota will cause error for "not valide attributes"

Change-Id: I77fab2d957d88bed6ed28c06bff9d3c2f7fb0da7
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
utils/env_prepare/quota_prepare.py

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