]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add pluggable backend driver for QoS Service notification
authorEran Gampel <eran@gampel.net>
Wed, 1 Jul 2015 15:32:30 +0000 (18:32 +0300)
committerIhar Hrachyshka <ihrachys@redhat.com>
Tue, 28 Jul 2015 19:30:04 +0000 (21:30 +0200)
commit01e9b771031bd83c12f5ca2f1725927e70050763
tree794036ce7baeb3d4e5d7d75901db26477e735371
parent85655ee1a6fe07c61a81051c4d073fab7c4911b6
Add pluggable backend driver for QoS Service notification

Added a reference driver for the agent based solutions
RPC sending the messages over the message queue

Partially-Implements: blueprint quantum-qos-api
Change-Id: I725c876739ff85b4db8fb053de0362ce367ae78c
neutron/services/qos/notification_drivers/__init__.py [new file with mode: 0644]
neutron/services/qos/notification_drivers/message_queue.py [new file with mode: 0644]
neutron/services/qos/notification_drivers/qos_base.py [new file with mode: 0644]
neutron/services/qos/qos_plugin.py
neutron/tests/unit/services/qos/notification_drivers/__init__.py [new file with mode: 0644]
neutron/tests/unit/services/qos/notification_drivers/test_message_queue.py [new file with mode: 0644]
neutron/tests/unit/services/qos/test_qos_plugin.py [new file with mode: 0644]