neutron/neutron/tests/functional/agent
Boden R 0e2b667bf1 use neutron-lib callbacks
The callback modules have been available in neutron-lib since commit [1]
and are ready for consumption.

As the callback registry is implemented with a singleton manager
instance, sync complications can arise ensuring all consumers switch to
lib's implementation at the same time. Therefore this consumption has
been broken down:
1) Shim neutron's callbacks using lib's callback system and remove
existing neutron internals related to callbacks (devref, UTs, etc.).
2) Switch all neutron's callback imports over to neutron-lib's.
3) Have all sub-projects using callbacks move their imports over to use
neutron-lib's callbacks implementation.
4) Remove the callback shims in neutron-lib once sub-projects are moved
over to lib's callbacks.
5) Follow-on patches moving our existing uses of callbacks to the new
event payload model provided by neutron-lib.callback.events

This patch implements #2 from above, moving all neutron's callback
imports to use neutron-lib's callbacks.

There are also a few places in the UT code that still patch callbacks,
we can address those in step #4 which may need [2].

NeutronLibImpact

[1] fea8bb64ba7ff52632c2bd3e3298eaedf623ee4f
[2] I9966c90e3f90552b41ed84a68b19f3e540426432

Change-Id: I8dae56f0f5c009bdf3e8ebfa1b360756216ab886
2017-04-26 12:12:53 -06:00
..
l2 Agent common config 2017-03-15 09:52:18 -06:00
l3 use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
linux ProcessManager: honor run_as_root when stopping process 2017-04-22 15:23:59 +08:00
ovsdb Use the ovsdbapp library 2017-04-20 20:13:48 -05:00
windows Add IPLink class to Windows ip_lib implementation 2017-01-17 17:39:38 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Agent common config 2017-03-15 09:52:18 -06:00
test_firewall.py Merge "Handle CIDR IP address in allowed address pairs" 2017-04-17 23:35:32 +00:00
test_l2_lb_agent.py LB Trunk: Stop matching MAC of subport to port model 2017-03-01 14:10:00 +00:00
test_l2_ovs_agent.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
test_ovs_flows.py delete_flows shall only touch flows with the bridge cookie 2017-03-24 11:02:08 +01:00
test_ovs_lib.py delete_flows shall only touch flows with the bridge cookie 2017-03-24 11:02:08 +01:00