summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--heat/policies/resource_types.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/heat/policies/resource_types.py b/heat/policies/resource_types.py
index f94397110..194986de4 100644
--- a/heat/policies/resource_types.py
+++ b/heat/policies/resource_types.py
@@ -51,6 +51,9 @@ resource_types_policies = [
name=POLICY_ROOT % 'OS::Neutron::QoSBandwidthLimitRule',
check_str=base.RULE_PROJECT_ADMIN),
policy.RuleDefault(
+ name=POLICY_ROOT % 'OS::Neutron::QoSDscpMarkingRule',
+ check_str=base.RULE_PROJECT_ADMIN),
+ policy.RuleDefault(
name=POLICY_ROOT % 'OS::Neutron::Segment',
check_str=base.RULE_PROJECT_ADMIN),
policy.RuleDefault(