neutron/neutron/api/rpc/handlers
venkata anil 500b255278 Set HA network port to DOWN when l3 agent starts
When l3 agent node is rebooted, if HA network port status is already
ACTIVE in DB, agent will get this status from server and then spawn
the keepalived (though l2 agent might not have wired the port),
resulting in multiple HA masters active at the same time.

To fix this, when the L3 agent starts up we can have it explicitly
set the port status to DOWN for all of the HA ports on that node.
Then we are guaranteed that when they go to ACTIVE it will be because
the L2 agent has wired the ports.

Closes-bug: #1597461
Change-Id: Ib0c8a71b6ff97e43a414f3db4882914b12170d53
2017-06-06 13:46:54 +03:00
..
__init__.py RPC additions to support DVR 2014-07-17 11:45:45 -07:00
dhcp_rpc.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
dvr_rpc.py Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
l3_rpc.py Set HA network port to DOWN when l3 agent starts 2017-06-06 13:46:54 +03:00
metadata_rpc.py Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
resources_rpc.py Add bulk pull OVO interface 2017-01-26 03:57:14 -08:00
securitygroups_rpc.py use is_port_trusted from neutron-lib 2017-05-24 09:02:39 -06:00