Merge "Set class ovsdb_conection to None"

This commit is contained in:
Zuul 2020-05-15 23:07:23 +00:00 committed by Gerrit Code Review
commit 15088b39ba
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,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