neutron/neutron/plugins/ml2/drivers/ovn
Terry Wilson cd8fbdc04e Remove some unnecessary usages of verify()
The general usage of verify() is if you are doing something like:

 ports = row.ports
 ports.append('newport')
 row.ports = ports

where you read a value from the db, modify it, then overwrite it.
The setkey/addvalue/delvalue mutate functions make it largely
unnecessary to use verify(), so this patch removes those.

This cherry pick required a small change to address the following
pep8 error:
./neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/commands.py:717:48:
H703  Multiple positional placeholders
              "Can't update external IDs") % (self.table, self.record)
                                         ^

Change-Id: Idd42491dcaa10ec36c963b477438eaa2336ef3a0
(cherry picked from commit b11dd3836e)
2020-09-03 17:56:19 -04:00
..
agent [OVN] Use the Chassis_Private table for agents healthcheck 2020-08-24 09:47:44 +01:00
mech_driver Remove some unnecessary usages of verify() 2020-09-03 17:56:19 -04:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00