]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Load the QoS notification driver from the configuration file
authorIhar Hrachyshka <ihrachys@redhat.com>
Mon, 27 Jul 2015 14:25:24 +0000 (16:25 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Tue, 28 Jul 2015 19:31:17 +0000 (21:31 +0200)
commitec1e812e34339f3d4b2f259a7dd294c5487d8f80
treeea505faaa9b6702bb9e2000bd2b69bd79890faaf
parent01e9b771031bd83c12f5ca2f1725927e70050763
Load the QoS notification driver from the configuration file

The agent based RPC notification driver for message queue is the default.

Added support for multiple notification drivers.

DocImpact

Partially-Implements: blueprint quantum-qos-api
Change-Id: I4108c3d111067d8217bc4112c05e1bde0125e0ef
neutron/services/qos/notification_drivers/manager.py [new file with mode: 0644]
neutron/services/qos/notification_drivers/message_queue.py
neutron/services/qos/notification_drivers/qos_base.py
neutron/services/qos/qos_plugin.py
neutron/tests/unit/services/qos/notification_drivers/dummy.py [new file with mode: 0644]
neutron/tests/unit/services/qos/notification_drivers/test_manager.py [new file with mode: 0644]
setup.cfg