neutron/neutron/tests/functional/agent
Isaku Yamahata e41cf43fc1 ovsdb: don't erase existing ovsdb managers
The current existing agent erases already set ovsdb managers
entries. In some use cases, cloud admin sets ovsdb managers.
eg, for SDN controllers or monitoring purpose. Neutron agent
shouldn't unconditionally erase the existing ovsdb managers.

This patch implements a new api add_manager (along with
get_manager and remove_manager) to the ovsdb api which will
allow us to configure a manager on a switch without overriding
the existing managers.

Closes-Bug: #1614766
Change-Id: Ibf9bd02fac3070d166546cac478ef984e4e43f28
Co-Authored-By: sridhargaddam <sgaddam@redhat.com>
Co-Authored-By: Terry Wilson <twilson@redhat.com>
(cherry picked from commit 7d42176853)
2016-11-28 12:47:52 +00:00
..
l2 Handle add/remove subports events loss due to agent failures 2016-09-25 15:07:59 +00:00
l3 Merge "l3-ha: Send gratuitous ARP when new floating IP is added" into stable/newton 2016-11-24 21:22:37 +00:00
linux l3-ha: Send gratuitous ARP when new floating IP is added 2016-11-12 05:43:36 +01:00
ovsdb Forbid importing neutron.tests.* from outside tests subtree 2016-09-20 01:43:19 +00:00
windows Fix Windows IPDevice.device_has_ip racefulness 2016-04-07 16:54:47 -04:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Update metadata proxy when subnet add/delete 2016-11-09 12:40:37 +00:00
test_firewall.py ovsfw: fix troublesome port_rule_masking 2016-09-24 19:31:15 +00:00
test_l2_lb_agent.py Add Trunk Plumber module for Linux Bridge 2016-09-09 01:16:56 -07:00
test_l2_ovs_agent.py Add sanity pings to restart tests to ensure connection 2016-09-09 01:47:01 -07:00
test_ovs_flows.py Forbid importing neutron.tests.* from outside tests subtree 2016-09-20 01:43:19 +00:00
test_ovs_lib.py ovsdb: don't erase existing ovsdb managers 2016-11-28 12:47:52 +00:00