Skip to content

Commit 55a203c

Browse files
committed
Override openstack_tag
Now overriding openstack_tag directly rather than indirectly via kolla_openstack_release.
1 parent 0ac9e00 commit 55a203c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

etc/kayobe/kolla.yml

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

9797
# Kolla OpenStack release version. This should be a Docker image tag.
9898
# Default is {{ openstack_release }}.
99-
kolla_openstack_release: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
99+
# kolla_openstack_release:
100100

101101
# Docker tag applied to built container images. Default is {{
102102
# kolla_openstack_release }}-{{ kolla_base_distro }}-{{

etc/kayobe/kolla/globals.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ kayobe_image_tags:
1515
rocky: zed-rocky-9-20230821T155947
1616
ubuntu: zed-ubuntu-jammy-20230821T155947
1717

18+
openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
19+
1820
om_enable_rabbitmq_high_availability: true
1921

2022
#############################################################################

0 commit comments

Comments
 (0)