Skip to content

Commit 4364e6c

Browse files
committed
OSSA-2023-002: update cinder, glance & nova images for CentOS & Ubuntu
These images include backported fixes for OSSA-2023-002. https://security.openstack.org/ossa/OSSA-2023-002.html
1 parent f89768c commit 4364e6c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,25 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts
99

1010
{% if kolla_base_distro == 'centos' %}
1111
bifrost_tag: xena-20221128T101757
12+
cinder_tag: xena-20230206T165215
1213
etcd_tag: xena-20230201T095253
14+
glance_tag: xena-20230206T165215
1315
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
1416
magnum_tag: xena-20230131T144233
1517
neutron_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
16-
nova_tag: xena-20230120T115956
18+
nova_tag: xena-20230206T165215
1719
rabbitmq_tag: xena-20230105T141714
1820
{% else %}
1921
bifrost_tag: xena-20221213T224057
22+
cinder_tag: xena-20230206T165220
2023
etcd_tag: xena-20230201T131415
24+
glance_tag: xena-20230206T165220
2125
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
2226
kolla_toolbox_tag: xena-20230104T145414
2327
magnum_tag: xena-20230131T151601
2428
neutron_tag: xena-20230104T145414
2529
neutron_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
26-
nova_tag: xena-20230104T145414
30+
nova_tag: xena-20230206T165220
2731
octavia_tag: xena-20230104T145414
2832
openvswitch_tag: xena-20230104T145414
2933
ovn_tag: xena-20230104T145414

0 commit comments

Comments
 (0)