neutron_lib.ovn.db_sync module

class neutron_lib.ovn.db_sync.BaseOvnDbSynchronizer(core_plugin, ovn_driver, mode, is_maintenance=False)

Bases: object

abstract do_sync()

Method to sync the OVN DB.

classmethod get_required_mechanism_drivers()
classmethod get_required_ml2_extension_drivers()
classmethod get_required_service_plugins()
stop()
sync(delay_seconds=10)