]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't claim Linux Bridge ml2 driver supports bandwidth limit QoS rules
authorIhar Hrachyshka <ihrachys@redhat.com>
Fri, 7 Aug 2015 11:56:35 +0000 (13:56 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 7 Aug 2015 12:06:33 +0000 (14:06 +0200)
commit29808803dfa7efb17b213cdf5f055aa2f04a17b2
treee72e679b1b7f6d4eafc5133b887914e97fd11e11
parent06368a001932a748fa78a6bb1f8419a5b78ee515
Don't claim Linux Bridge ml2 driver supports bandwidth limit QoS rules

Since we don't want rule_types API to misbehave by claiming support for
QoS for linuxbridge ml2 driver, let's trade API test for its
service correctness.

Note that we cannot enforce the supported rule_types for actual CRUD
operations because then we would need to disable the whole API test
coverage for rules, and we don't want it.

This suggests we should get Linux Bridge support in some way or another.

Change-Id: I86197d02d0474fd9a55a09efcce6a7380c08c5e0
Partially-Implements: blueprint ml2-qos
doc/source/devref/quality_of_service.rst
neutron/plugins/ml2/drivers/linuxbridge/mech_driver/mech_linuxbridge.py
neutron/services/qos/qos_plugin.py
neutron/tests/api/test_qos.py