summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-27 08:50:14 +0000
committerGerrit Code Review <review@openstack.org>2020-04-27 08:50:14 +0000
commitf5090194ead0d4f7cec4672c0f56959266b9346a (patch)
tree31ad50d2ddafd076075c9748be785a0491cc8865
parente08ac1d8d2457b1245d7260cd8bb7b7f86f6107e (diff)
parent1b070723ef142564c4ddedee01a5988808393809 (diff)
downloadheat-f5090194ead0d4f7cec4672c0f56959266b9346a.tar.gz
Merge "Mark OS::Neutron::QoSDscpMarkingRule as admin only"
-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(