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:
parent
9b93b504a3
commit
b1b6358f79
@ -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 }}"
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Kolla images Docker namespace used in Kayobe was switched from ``kolla``
|
||||
to ``openstack.kolla`` to reflect Kolla project changes.
|
Loading…
Reference in New Issue
Block a user