]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Follow up with some cleanup for agent qos_driver
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 4 Aug 2015 13:29:37 +0000 (15:29 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 5 Aug 2015 15:29:07 +0000 (17:29 +0200)
commit0e2ce9c5c4cf5a44b32858c1842a3e4bc9a46e37
treee09fa62399d91139bcc1fa21b120eb98e2a2d29d
parentcc0ae6dd49da3e67c1d0400bc422e735c27e98fb
Follow up with some cleanup for agent qos_driver

Removed error handling for missing rule type handler since the rule type
is already filtered thru supported types for the backend, so in case the
handler is really not present, that's a huge bug in the qos driver
extension and should not be handled gracefully.

Also fixed some grammar in docstrings.

Change-Id: Id157bd1e105051a583fea8e5107326289c551739
Partially-Implements: quantum-qos-api
neutron/agent/l2/extensions/qos_agent.py
neutron/plugins/ml2/drivers/openvswitch/agent/extension_drivers/qos_driver.py