neutron/neutron/services/ovn_l3
Rodolfo Alonso Hernandez 2fd17aa876 [OVN] Initialize the mech driver variable in ``OVNL3RouterPlugin``
This initialization method will assign the mechanism driver variable
and will check if any of the valid drivers ('ovn', 'ovn-sync') is
loaded. If not, the execution will stop and the
``MechanismDriverNotFound`` exception will be raise. This exception
is more informative than the reported error in the related bug, where
one of the expected configuration variables for the
``OVNL3RouterPlugin`` class was not loaded.

Closes-Bug: #1997970
Change-Id: Ie8e184c85528cd1b3fed624fb003a71c5e6c7af3
2022-12-07 05:14:26 +01:00
..
__init__.py [OVN] Import OVN Client, L3 and QoS related code 2019-12-14 19:17:40 +00:00
exceptions.py [OVN] Allow use of ovn-sync mechanism driver 2020-07-01 08:57:33 +02:00
plugin.py [OVN] Initialize the mech driver variable in ``OVNL3RouterPlugin`` 2022-12-07 05:14:26 +01:00