Update Kolla images namespace to openstack.kolla

Docker namespace for Kolla images is changed from kolla
to openstack.kolla to align with If5a26b1ba4bf35bc29306c24f608396dbf5e3371
(Added to reno)

Change-Id: I5d49279fa9a2a263d84c6f468c00d4c8538c538c
This commit is contained in:
Jakub Darmach 2021-10-07 10:14:24 +00:00
parent 9b93b504a3
commit b1b6358f79
2 changed files with 6 additions and 1 deletions

View File

@ -60,7 +60,7 @@ kolla_base_distro: "{{ os_distribution }}"
kolla_install_type: "source"
# Docker namespace to use for Kolla images.
kolla_docker_namespace: "kolla"
kolla_docker_namespace: "openstack.kolla"
# Url of docker registry to use for Kolla images.
kolla_docker_registry: "{{ docker_registry }}"

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Kolla images Docker namespace used in Kayobe was switched from ``kolla``
to ``openstack.kolla`` to reflect Kolla project changes.