Comment 1 for bug 1856152

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

Hello:

Can you provide some error logs? Or the configuration you have. What configuration option did you change?

I've seen a problem we could possible have in our configuration options: there are two config options to define the integration bridge:
- OVS plugin opts: https://github.com/openstack/neutron/blob/4051e0b19dc9f318c2e0dd7c60eaa2c46536ad03/neutron/conf/plugins/ml2/drivers/ovs_conf.py#L27
- Agent interface opts: https://github.com/openstack/neutron/blob/4051e0b19dc9f318c2e0dd7c60eaa2c46536ad03/neutron/conf/agent/common.py#L52

The last one, IMO, should be deprecated immediately and only the OVS plugin one should be used.

Regards.