Merge "Set class ovsdb_conection to None" into stable/rocky

changes/29/770429/1
Zuul 3 years ago committed by Gerrit Code Review
commit f70d1f34a9

@ -57,6 +57,7 @@ class OvnNbTransaction(idl_trans.Transaction):
# and therefor allows networking-ovn to manage connection scope on its own
class Backend(ovs_idl.Backend):
lookup_table = {}
ovsdb_connection = None
def __init__(self, connection):
self.ovsdb_connection = connection

Loading…
Cancel
Save