neutron/neutron/tests/functional
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
..
agent ovsdb: don't erase existing ovsdb managers 2016-11-28 12:47:52 +00:00
api Fix module's import order 2016-01-22 06:38:42 -08:00
cmd Refactoring config options for cmd 2016-07-31 04:37:29 +00:00
common Move wait_until_true to neutron.common.utils 2016-06-27 11:40:11 +00:00
db TestSanityCheck: drop test tables during cleanup 2016-10-03 13:38:07 +00:00
pecan_wsgi Make DHCP notifier use core resource events 2016-09-14 00:40:09 -07:00
plugins Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
sanity iptables: fail to start ovs/linuxbridge agents on missing sysctl knobs 2016-11-18 18:18:02 +00:00
scheduler Add binding_index to RouterL3AgentBinding 2016-09-02 11:17:47 +00:00
services L3 DVR: always notify on ROUTER_INTERFACE AFTER_CREATE 2016-10-07 12:11:37 +00:00
tests Add logging for some functional tests 2016-05-04 06:41:17 -04:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Delete post_test_hook.generate_test_logs 2016-05-04 11:11:46 -04:00
constants.py TrunkManager for the OVS agent 2016-08-24 02:52:17 -04:00
requirements.txt More instructions for neutron-db-manage revision --autogenerate 2015-11-08 19:42:56 -05:00
test_server.py tests: stop using ml2 plugin full import paths in tests 2016-07-27 10:40:22 +00:00
test_service.py Use SIGUSR1 to notify l3 agent of changing prefix file 2015-11-13 17:53:47 +03:00