File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
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 : " {% if kolla_base_distro == 'centos' %}xena-20230214T150257{% else %}xena-20221213T204703 {% endif %}"
99
+ kolla_openstack_release : " {% if kolla_base_distro == 'centos' %}xena-20230214T150257{% else %}xena-20230215T164524 {% endif %}"
100
100
101
101
# Docker tag applied to built container images. Default is
102
102
# {{ kolla_openstack_release }}.
Original file line number Diff line number Diff line change @@ -10,18 +10,7 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts
10
10
{% if kolla_base_distro == 'centos' %}
11
11
bifrost_tag : xena-20230214T165534
12
12
{% else %}
13
- bifrost_tag : xena-20221213T224057
14
- cinder_tag : xena-20230206T165220
15
- etcd_tag : xena-20230201T131415
16
- glance_tag : xena-20230206T165220
17
- kolla_toolbox_tag : xena-20230104T145414
18
- magnum_tag : xena-20230131T151601
19
- neutron_tag : xena-20230104T145414
20
- nova_tag : xena-20230206T165220
21
- octavia_tag : xena-20230104T145414
22
- openvswitch_tag : xena-20230104T145414
23
- ovn_tag : xena-20230104T145414
24
- rabbitmq_tag : xena-20230105T145825
13
+ bifrost_tag : xena-20230215T195824
25
14
{% endif %}
26
15
27
16
glance_tls_proxy_tag : " {% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
You can’t perform that action at this time.
0 commit comments