neutron/neutron/tests
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
..
common Merge "fullstack: Don't let dhcp agents failover" 2017-04-21 17:56:46 +00:00
contrib fullstack: Compile openvswitch module for fullstack test 2017-04-20 15:24:03 -04:00
etc Stop extension warnings in UTs 2017-04-20 10:03:26 +00:00
fullstack Add Linuxbridge agent to no dhcp fullstack connectivity test 2017-04-23 21:07:24 +00:00
functional use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
retargetable Spin off context module 2017-03-06 16:25:29 +00:00
tempest Merge "Tempest: Edited bash commands to work with multiple OSes." 2017-04-25 21:08:09 +00:00
unit use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
var Allow combined certificate/key files for SSL 2014-04-13 09:22:23 +00:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
fake_notifier.py Pass serializer to oslo.messaging Notifier 2014-06-20 14:58:28 +02:00
post_mortem_debug.py Cleanup recent generalization in post mortem debugger 2014-12-04 15:28:11 +01:00
tools.py Merge "Replace six.iteritems with dict.items(Part-1)" 2017-04-17 15:16:58 +00:00