neutron/neutron/services
Paul Michali 9bca9ca84b Refactoring cleanup for L3 agent callbacks
This commit completes the refactoring of the L3 agent callback mechanism.
The goal here is to also use the neutron/callbacks/ mechanism for L3 agent
notifications, instead of have two mechanisms.

[1] modified the L3 agent to send notifiactions for router create, udpate,
and delete events, using the neutron/callbacks/ mechanism.

[2] modified VPN to use this new mechanism, instead of the L3EventObservers
mechanism. Note:

[3] modified FW repo to no longer depended on the L3EventObserver and
related objects (it doesn't currently use the event notifications).

This commit removes the notifications for the L3EventObservers mechanism,
removed the related modules and tests, and adds in tests to verify that the
new notifications are called for the different events.

Once [1] and [2] are upstreamed, this commit can proceed.

Refs:
[1] https://review.openstack.org/#/c/164466/
[2] https://review.openstack.org/#/c/165226/
[3] https://review.openstack.org/#/c/167275/

Change-Id: I7c4b4ea5f9fb19abb812665cdae5fb70c84fe3ec
Depends-On: If5040a827a6903cc7cb5e59cdb7fb95f61b13d47
Closes-Bug: #1433552
2015-04-03 11:09:28 -04:00
..
firewall Migrate to oslo.log 2015-03-12 11:22:56 +01:00
l3_router Merge "Add L3 router plugin shim for Brocade MLX" 2015-03-26 23:15:58 +00:00
loadbalancer Backward compatibility for advanced services 2014-12-18 09:27:28 -08:00
metering Merge "Send only one rule in queue on rule create/delete" 2015-03-27 19:17:37 +00:00
vpn Backward compatibility for advanced services 2014-12-18 09:27:28 -08:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
provider_configuration.py Merge "If providers exist in neutron.conf, don't look in services conf" 2015-03-17 17:00:05 +00:00
service_base.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00