Skip to content

Commit 5033488

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Register Chassis_Private table in BaseOvnSbIdl" into stable/2023.1
2 parents 764416f + bd19270 commit 5033488

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,8 @@ def notify(self, event, row, updates=None):
670670
class BaseOvnSbIdl(Ml2OvnIdlBase):
671671
@classmethod
672672
def from_server(cls, connection_string, helper):
673+
if 'Chassis_Private' in helper.schema_json['tables']:
674+
helper.register_table('Chassis_Private')
673675
helper.register_table('Chassis')
674676
helper.register_table('Encap')
675677
helper.register_table('Port_Binding')

0 commit comments

Comments
 (0)