Merge "NSX-v+v3| remive unused QoS definition"

This commit is contained in:
Jenkins 2017-05-03 17:15:20 +00:00 committed by Gerrit Code Review
commit ef3cf1d722
2 changed files with 0 additions and 6 deletions

View File

@ -187,9 +187,6 @@ class NsxVPluginV2(addr_pair_db.AllowedAddressPairsMixin,
"router_availability_zone",
"l3-flavors", "flavors"]
supported_qos_rule_types = [qos_consts.RULE_TYPE_BANDWIDTH_LIMIT,
qos_consts.RULE_TYPE_DSCP_MARKING]
__native_bulk_support = True
__native_pagination_support = True
__native_sorting_support = True

View File

@ -164,9 +164,6 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin,
"security-group-logging",
"provider-security-group"]
supported_qos_rule_types = [qos_consts.RULE_TYPE_BANDWIDTH_LIMIT,
qos_consts.RULE_TYPE_DSCP_MARKING]
@resource_registry.tracked_resources(
network=models_v2.Network,
port=models_v2.Port,