neutron/neutron/agent/l3
Assaf Muller ac95db26f3 Rename/move/remove HaRouter methods
All of the methods that use verify_ha are now part of the HaRouter
class. The check has outlived its usefulness and may die
a peaceful yet horrifying death. At its point of death,
verify_ha is akin to a guy walking down the street and yelling:
'Am I me? Am I me?' - Yes, you're you, shut up. An HA router
is an HA router, there's no point in the class checking if
it's indeed an HA router.

* keepalived_manager._get_full_config_file_path was being used
  outside of the keepalived_manager, removed the leading underscore
* _ha_get_existing_cidrs doesn't need an 'ha' prefix, it's already
  a part of the HA router class. This patch renames the method to
  a more descriptive name
* HARouter._get_ipv6_lladdr had nothing to do with HA routers, nor
  did it use the HARouter state. Moved it to ip_lib

Partially-Implements: bp/restructure-l3-agent
Change-Id: I6a7df0b08ca3fc8c2c1b310aa8dd897111f52974
2015-03-25 11:40:10 -04:00
..
__init__.py Move classes out of l3_agent.py 2014-12-10 15:19:28 -07:00
agent.py Move external port processing to router classes 2015-03-23 22:51:07 +00:00
config.py Use oslo_config choices support 2015-03-02 14:48:25 -08:00
dvr.py Move external port processing to router classes 2015-03-23 22:51:07 +00:00
dvr_fip_ns.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
dvr_router.py Move external port processing to router classes 2015-03-23 22:51:07 +00:00
dvr_snat_ns.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
event_observers.py Fix pylint issue with type VS isinstance in event_observers 2015-03-11 11:45:00 -04:00
ha.py Send notification to controller about HA router state change 2015-03-20 18:03:59 -04:00
ha_router.py Rename/move/remove HaRouter methods 2015-03-25 11:40:10 -04:00
keepalived_state_change.py Replace keepalived notifier bash script with Python ip monitor 2015-03-18 18:59:33 -04:00
legacy_router.py Move Floating IP processing to Router classes 2015-02-20 17:14:44 +00:00
link_local_allocator.py Fixing several misspellings in neutron 2015-02-02 23:41:52 +08:00
namespace_manager.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
namespaces.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
router_info.py Move external port processing to router classes 2015-03-23 22:51:07 +00:00
router_processing_queue.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00