Merge "Update Kolla images namespace to openstack.kolla"

This commit is contained in:
Zuul 2021-10-11 11:25:39 +00:00 committed by Gerrit Code Review
commit edb7101d7e
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.