If you make configuration changes to services after deployment, the configuration changes are not automatically applied to the Docker containers when you redeploy the services. The configuration changes are only applied when the Docker containers are restarted. However, the kollacli command does not currently support restarting individual containers.
To deploy configuration changes:
Remove all services from the nodes that run the changed services.
Use the kollacli host destroy command, see Section 5.4, “Removing Services”. Do not use the
--includedataoption remove the OpenStack data.Redeploy all services to the nodes.
Use kollacli deploy command, see Section 5.1, “Performing a Deployment”.
For compute nodes that are currently running instances, you must move the running instances to another node before performing these steps.

