File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ kolla_docker_registry_password: "{{ stackhpc_docker_registry_password }}"
96
96
97
97
# Kolla OpenStack release version. This should be a Docker image tag.
98
98
# Default is {{ openstack_release }}.
99
- kolla_openstack_release : " {% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %} "
99
+ # kolla_openstack_release:
100
100
101
101
# Docker tag applied to built container images. Default is {{
102
102
# kolla_openstack_release }}-{{ kolla_base_distro }}-{{
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ kayobe_image_tags:
15
15
rocky : zed-rocky-9-20230821T155947
16
16
ubuntu : zed-ubuntu-jammy-20230821T155947
17
17
18
+ openstack_tag : " {% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
19
+
18
20
om_enable_rabbitmq_high_availability : true
19
21
20
22
# ############################################################################
You can’t perform that action at this time.
0 commit comments