I am trying to update my Openstack, which was deployed using kolla-ansible, using the documentation here (https://docs.openstack.org/kolla-ansible/yoga/user/operating-kolla.html).
The documentaion says this about the update:
- Update kolla-ansible package.
- Pull the new images
- And finally execute kolla-ansible deploy
In my deployment I am using a local registry, so my update operation goes like this :
- Update kolla-ansible package.
- Pull the new images.
- Tag the new images in the local registry
- Push the new images to the local registry
- Finally execute kolla-ansible deploy
I did that but my containers did not restart, docker ps shows that the containers have 4 weeks lifetime.
Am I executing the update the correct way?
Regards.