Merge "[OVN] Fix FDB table not registered in OvnSbIdl" into stable/victoria

This commit is contained in:
Zuul 2021-04-23 00:15:38 +00:00 committed by Gerrit Code Review
commit 6289fad1ca
1 changed files with 2 additions and 0 deletions

View File

@ -537,6 +537,8 @@ class OvnSbIdl(OvnIdlDistributedLock):
helper = idlutils.get_schema_helper(connection_string, schema_name)
if 'Chassis_Private' in helper.schema_json['tables']:
helper.register_table('Chassis_Private')
if 'FDB' in helper.schema_json['tables']:
helper.register_table('FDB')
helper.register_table('Chassis')
helper.register_table('Encap')
helper.register_table('Port_Binding')