ovsdbapp/ovsdbapp/backend/ovs_idl
Jakub Libosvar e36f3270e6 Add update_tables method to Idl
The method adds given tables to the current connection schema. If the
table is not already there, it's added. If the table in current
connection doesn't exist in the provided schema, it's not added, which
seems like it's been removed.

This behavior is handy for cases where ovsdb-server is changed to new
schema.

Related-bug: #1901527

Change-Id: Ib071dd0f4d9c6e08fafc282c7551086de4b59500
Co-Authored-By: Terry Wilson <twilson@redhat.com>
Signed-off-by: Jakub Libosvar <libosvar@redhat.com>
2020-11-13 09:14:58 +00:00
..
common Add Windows support when using eventlet with monkey_patch 2017-07-05 23:08:03 +03:00
linux Remove all usage of six library 2020-04-02 13:06:11 -04:00
windows update pylint to 1.9.2 2018-08-21 09:36:16 -04:00
__init__.py Merge "Only create indices if connection is not running" 2020-09-01 10:38:32 +00:00
command.py Ensure lists of Commands can be stringfied 2020-10-23 14:28:58 -05:00
connection.py Add update_tables method to Idl 2020-11-13 09:14:58 +00:00
event.py Avoid race condition with RowEvent handling 2020-09-24 15:09:56 +00:00
fixtures.py Stop to use the __future__ module. 2020-08-31 13:20:02 +00:00
idlutils.py Add update_tables method to Idl 2020-11-13 09:14:58 +00:00
rowview.py Update hacking for Python3 2020-04-01 10:06:32 -04:00
transaction.py Add a cause description to "TimeoutException" 2020-08-06 08:26:48 +00:00
vlog.py Add Windows support when using eventlet with monkey_patch 2017-07-05 23:08:03 +03:00