Comment 2 for bug 1914857

Revision history for this message
Rodolfo Alonso (rodolfo-alonso-hernandez) wrote :

Hi:

The point here is that the NB and the SB IDL instances are created always in the mech driver. The connection passed to those IDL classes will be tested in parent class ovs_idl.Backend init method [1]. If we cannot start the connection, an exception will be raised.

As Lucas asked, is it possible to reproduce it?

Regards.

[1]https://github.com/openstack/ovsdbapp/blob/aac2da8f0cb5adc006613e49d8d4fcf08531ef37/ovsdbapp/backend/ovs_idl/__init__.py#L38