Comment 1 for bug 1848775

Revision history for this message
Mark Goddard (mgoddard) wrote :

I thought about this recently. We could also miss a restart if we to a kolla-ansible genconfig followed by a kolla-ansible deploy-containers if the config changes but the image does not.

One possible solution I thought of is to switch the handler to touch a file, then check for that file in deploy-containers and kick the restart handler if it's present. That doesn't fix your issue though.