Skip to content

Commit 9cc0916

Browse files
authored
Merge pull request #341 from stackhpc/edk2-ovmf-uefi
Deploy Nova images with edk2-ovmf UEFI fix
2 parents 251b4c5 + 2e3aad7 commit 9cc0916

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
66
{% if kolla_base_distro == 'centos' %}
77
bifrost_tag: wallaby-20220921T100954
88
magnum_tag: wallaby-20230111T101726
9+
nova_tag: wallaby-20230119T093225
910
rabbitmq_tag: wallaby-20221205T160115
1011
{% else %}
1112
bifrost_tag: wallaby-20220825T112231

releasenotes/notes/magnum-bump-tags-7841edcbd3da4b9c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fixes:
33
- |
44
Fixes CoreDNS for Magnum clusters crashing on startup.
55
- |
6-
Allows cinder-csi nodeplugin to start on the same Magnum cluster host as
6+
Allows cinder-csi nodeplugin to start on the same Magnum cluster host as
77
cinder-csi controllerplugin.
88
- |
99
Corrects ClusterRole rules for Magnum cluster-autoscaler, and sets
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fix creation of VM instances with UEFI enabled and Secure Boot disabled.

releasenotes/notes/update-rabbitmq-version-90fe988f516e090a.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ features:
44
Adds tags for new RabbitMQ containers to update to RabbitMQ version 3.9.22.
55
upgrade:
66
- |
7-
Tags are added to update the RabbitMQ containers to version 3.9.22.
7+
Tags are added to update the RabbitMQ containers to version 3.9.22.

0 commit comments

Comments
 (0)