Comment 0 for bug 2019798

Revision history for this message
DUFOUR Olivier (odufourc) wrote : config-changed hook from neutron-api-plugin-ovn should restart neutron-server service

When upgrading the charm or just changing the configuration of neutron-api-plugin-ovn only, it may modify some configuration files, in particular "/etc/neutron/plugins/ml2/ml2_conf.ini", to apply some new configuration options for OVN.
While the files are properly generated with the new configuration, the changes are not applied unless neutron-server.service is restarted on all neutron-api units manually.

It would be great to have neutron-api-plugin-ovn charm to trigger a necessary restart to "neutron-server.service" to have the service working with the intended settings.
This was discovered when testing a fix for LP#1947391