neutron/neutron/tests
venkata anil d730b10102 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-11 06:11:03 +00:00
..
common python3: return str from read_stdout 2017-05-25 04:29:37 +00:00
contrib Merge "python3: fix log index for test case messages" 2017-06-02 23:14:14 +00:00
etc Stop extension warnings in UTs 2017-04-20 10:03:26 +00:00
fullstack Configure root_helper and root_helper_daemon in fullstack tests 2017-06-04 06:31:13 +00:00
functional Merge "python3: convert range object to list before comparing with a list" 2017-05-30 06:19:37 +00:00
tempest Merge "Disable QoS scenario tests differently" 2017-06-02 19:22:21 +00:00
unit Set HA network port to DOWN when l3 agent starts 2017-06-11 06:11:03 +00: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 Remove deprecated eventlet TimeoutError exception 2017-05-05 16:49:58 +07: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