]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Propagate notifications to agent consumers callbacks
authorJakub Libosvar <libosvar@redhat.com>
Wed, 5 Aug 2015 18:15:26 +0000 (18:15 +0000)
committerIhar Hrachyshka <ihrachys@redhat.com>
Sat, 8 Aug 2015 08:41:32 +0000 (10:41 +0200)
commit088289acd23a9fe84e8346c9475976d24efde580
treeb058c19d6627f067ef96b91f318367bf2296fc71
parentac3e1e1256402ab014902239a93ecceff76637d1
Propagate notifications to agent consumers callbacks

The update policy works. We still need to track down the deletes which
don't work currently.

Change-Id: I48e04b42c07c34cf1daa17e7a29a6950453946ff
Partially-Implements: blueprint quantum-qos-api
19 files changed:
neutron/agent/l2/extensions/manager.py
neutron/agent/l2/extensions/qos.py
neutron/api/rpc/callbacks/consumer/registry.py
neutron/api/rpc/handlers/resources_rpc.py
neutron/objects/qos/policy.py
neutron/plugins/ml2/drivers/openvswitch/agent/extension_drivers/qos_driver.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/services/qos/notification_drivers/manager.py
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/agent/l2/extensions/test_manager.py
neutron/tests/unit/agent/l2/extensions/test_qos.py
neutron/tests/unit/api/rpc/callbacks/consumer/test_registry.py
neutron/tests/unit/api/rpc/handlers/test_resources_rpc.py
neutron/tests/unit/objects/qos/test_policy.py
neutron/tests/unit/services/qos/notification_drivers/test_manager.py
neutron/tests/unit/services/qos/notification_drivers/test_message_queue.py
neutron/tests/unit/services/qos/test_qos_plugin.py