File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
5
5
6
6
{% if kolla_base_distro == 'centos' %}
7
7
bifrost_tag : wallaby-20220921T100954
8
+ magnum_tag : wallaby-20230111T101726
8
9
rabbitmq_tag : wallaby-20221205T160115
9
10
{% else %}
10
11
bifrost_tag : wallaby-20220825T112231
11
12
cloudkitty_tag : wallaby-20221215T220154
12
13
kolla_toolbox_tag : wallaby-20221222T161624
14
+ magnum_tag : wallaby-20230111T103759
13
15
neutron_tag : wallaby-20221222T161624
14
16
neutron_tls_proxy_tag : " {% raw %}{{ openstack_tag }}{% endraw %}"
15
17
nova_tag : wallaby-20221222T161624
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Fixes CoreDNS for Magnum clusters crashing on startup.
5
+ - |
6
+ Allows cinder-csi nodeplugin to start on the same Magnum cluster host as
7
+ cinder-csi controllerplugin.
8
+ - |
9
+ Corrects ClusterRole rules for Magnum cluster-autoscaler, and sets
10
+ cluster-autoscaler pods to use hostNetwork.
You can’t perform that action at this time.
0 commit comments