Skip to content

Commit d2504ed

Browse files
Merge pull request #171 from stackhpc/tag_fix
Changing container tag to latest promoted
2 parents 302cd71 + d5285ef commit d2504ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ kolla_docker_registry_password: "{{ stackhpc_docker_registry_password }}"
9191

9292
# Kolla OpenStack release version. This should be a Docker image tag.
9393
# Default is {{ openstack_release }}.
94-
kolla_openstack_release: "{% if kolla_base_distro == 'centos' %}wallaby-20220905T105054{% else %}wallaby-20220819T112725{% endif %}"
94+
kolla_openstack_release: "{% if kolla_base_distro == 'centos' %}wallaby-20220919T081704{% else %}wallaby-20220819T112725{% endif %}"
9595

9696
# Docker tag applied to built container images. Default is
9797
# {{ kolla_openstack_release }}.

0 commit comments

Comments
 (0)