Merge "Mark OS::Neutron::QoSDscpMarkingRule as admin only"

This commit is contained in:
Zuul 2020-04-27 08:50:14 +00:00 committed by Gerrit Code Review
commit f5090194ea
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ resource_types_policies = [
policy.RuleDefault(
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),