neutron/neutron/agent/l3
Yoni Shafrir 90df090945 Remove use of keepalived 'vrrp_sync_group' as it is unused
Now keepalived configuration wraps the VRRP instances with a
'vrrp_sync_group'. The VRRP sync group functionality is only
relevant when more then one VR instance is contained in it.
In that case the VRs in the group will have the same state.
Our use of keepalived uses a single instance per router.

This patch simply removes the 'vrrp_sync_group'.
In this patch VR instances are used on their own and they now
hold the 'notify_scripts'.

Note that the same VRRP functionality is preserved with this
patch.

Another motiviation for this patch, aside from removing
useless configuration, is to lay the foundation for a future
patch that will the related bug by adding 'track_script'
that are not supported with 'vrrp_sync_group'.

Change-Id: I33b81049cd9cf140244bbf121d1a71492161c77c
Related-Bug: #1365461
2015-02-10 20:03:15 +00:00
..
__init__.py Move classes out of l3_agent.py 2014-12-10 15:19:28 -07:00
agent.py Move ha router functionality from the agent to ha_router 2015-01-30 22:30:40 +00:00
config.py Move shared metadata driver related config options 2015-01-22 09:44:05 +00:00
dvr.py Add address family to 'ip rule' calls 2015-01-26 16:34:51 -05:00
dvr_router.py Initialize dist_fip_count after agent restart 2015-01-21 16:02:02 -08:00
event_observers.py L3 Agent restructure - observer hierarchy 2014-12-12 17:55:35 -05:00
ha.py Move ha router functionality from the agent to ha_router 2015-01-30 22:30:40 +00:00
ha_router.py Remove use of keepalived 'vrrp_sync_group' as it is unused 2015-02-10 20:03:15 +00:00
legacy_router.py Create DvrRouter and HaRouter as a sub-class of Router 2015-01-17 18:23:36 +00:00
link_local_allocator.py Move classes out of l3_agent.py 2014-12-10 15:19:28 -07:00
router_info.py Make the interface driver available to the router classes 2015-01-28 17:50:31 +00:00
router_processing_queue.py Move classes out of l3_agent.py 2014-12-10 15:19:28 -07:00