File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ kolla_docker_registry_password: "{{ stackhpc_docker_registry_password }}"
95
95
96
96
# Kolla OpenStack release version. This should be a Docker image tag.
97
97
# Default is {{ openstack_release }}.
98
- kolla_openstack_release : " {% if kolla_base_distro == 'centos' %}wallaby-20230207T161158{% else %}wallaby-20220819T112725 {% endif %}"
98
+ kolla_openstack_release : " {% if kolla_base_distro == 'centos' %}wallaby-20230207T161158{% else %}wallaby-20230215T134157 {% endif %}"
99
99
100
100
# Docker tag applied to built container images. Default is
101
101
# {{ kolla_openstack_release }}.
Original file line number Diff line number Diff line change @@ -6,19 +6,7 @@ docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
6
6
{% if kolla_base_distro == 'centos' %}
7
7
bifrost_tag : wallaby-20230207T194135
8
8
{% else %}
9
- bifrost_tag : wallaby-20220825T112231
10
- cinder_tag : wallaby-20230125T132411
11
- cloudkitty_tag : wallaby-20221215T220154
12
- etcd_tag : wallaby-20230131T123519
13
- glance_tag : wallaby-20230125T132411
14
- kolla_toolbox_tag : wallaby-20221222T161624
15
- magnum_tag : wallaby-20230111T103759
16
- neutron_tag : wallaby-20221222T161624
17
- nova_tag : wallaby-20230125T132411
18
- octavia_tag : wallaby-20221222T161624
19
- openvswitch_tag : wallaby-20221222T161624
20
- ovn_tag : wallaby-20221222T161624
21
- rabbitmq_tag : wallaby-20230105T144604
9
+ bifrost_tag : wallaby-20230215T160405
22
10
{% endif %}
23
11
24
12
glance_tls_proxy_tag : " {% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
You can’t perform that action at this time.
0 commit comments