If you make post-deployment changes to the configuration files
in /etc/kolla/config
on a master node, the
configuration changes are not automatically copied to their
corresponding containers. Configuration changes are only copied
if a container is redeployed or restarted. Currently
kollacli does not support restarting
individual containers.
If you want to make post-deployment configuration changes, use the kollacli host destroy and kollacli deploy command to redeploy the containers.
For compute nodes that are currently running instances, you must move the running instances to another node before performing these steps. Alternatively, you can restart all the Docker containers on the compute node individually using docker restart.
Bug: 22289940, 22998416