ovsdbapp/ovsdbapp
Terry Wilson a540180790 Remove get_schema_helper retry/try_add_manager parameters
With enable_connection_uri taking optional arguments for handling
combinations of retrying and adding missing manager connections,
it was ugly trying to pass that information through get_schema_helper.

Neutron is the only user of the extra options to get_schema_helper and
both OVN and dragonflow have had to work around issues with
get_schema_helper and enable_connection_uri. In addition,
enable_connection_uri is Open_vSwitch schema specific. So it makes
sense to move the burden of adding any retrying or modifying
ovsdb-server connections on the user of ovsdbapp.

Change-Id: I886ccf2aac7ec5b09b47b308933b81d3d09c3284
2017-04-18 16:04:27 -05:00
..
backend Remove get_schema_helper retry/try_add_manager parameters 2017-04-18 16:04:27 -05:00
schema Remove get_schema_helper retry/try_add_manager parameters 2017-04-18 16:04:27 -05:00
tests Remove get_schema_helper retry/try_add_manager parameters 2017-04-18 16:04:27 -05:00
CHANGES Update changes to mention previous API.get() change 2017-02-23 17:08:32 -05:00
__init__.py Add cookiecutter output 2017-02-24 15:02:19 -05:00
api.py Pass a connection to OvsdbIdl.__init__() 2017-04-17 19:01:24 +00:00
constants.py Add some bridge and port functional tests 2017-03-17 15:06:15 -05:00
exceptions.py Re-add TimeoutException 2017-02-24 18:24:38 -05:00