Comment 2 for bug 1689483

Revision history for this message
Nell Jerram (neil-jerram) wrote :

Thanks Azama-san. Please note that at http://git.openstack.org/cgit/openstack/networking-calico/tree/devstack/plugin.sh#n160 we have (already):

      inidelete $NEUTRON_CONF DEFAULT service_plugins

So I think the problem is that the DevStack configuration for Neutron has just changed, so that it rewrites service_plugins after that point. I think it is configure_neutron_after_post_config that does that.

So I'm hoping this will be fixed by adding

Q_SERVICE_PLUGIN_CLASSES=

to the settings of the networking-calico plugin.