Mark OS::Neutron::QoSDscpMarkingRule as admin only

Update the policy for admin only resource type and added in
``OS::Neutron::QoSDscpMarkingRule`` as other OS::Neutron::QoS* are.

Change-Id: I0f0fa5f92816886b10f07e6d093e7bdeb58bc3f6
This commit is contained in:
ricolin 2020-04-09 12:14:12 +08:00
parent be68ab8583
commit 1b070723ef
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),