File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,13 @@ kayobe_image_tags:
15
15
centos : yoga-20231024T093507
16
16
rocky : yoga-20231024T093507
17
17
ubuntu : yoga-20231024T093507
18
- nova_libvirt :
19
- # Live-migration is broken from qemu-kvm-6.2.0-20.module_el8.7.0+1218+f626c2ff to qemu-kvm-6.2.0-39.module_el8+669+76cc32af
20
- # with signature: `Missing section footer for 0000:00:01.3/piix4_pm`. Test carefully before bumping.
21
- centos : yoga-20230718T112646
18
+ nova :
19
+ centos : yoga-20231113T171023
20
+ rocky : yoga-20231103T161400
21
+ ubuntu : yoga-20231103T161400
22
22
23
23
cloudkitty_tag : yoga-20231107T165648
24
- nova_tag : yoga-20231103T161400
25
- nova_libvirt_tag : " {% raw %}{{ kayobe_image_tags['nova_libvirt'][kolla_base_distro] | default(nova_tag) }}{% endraw %}"
24
+ nova_tag : " {% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
26
25
27
26
# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
28
27
glance_tls_proxy_tag : " {% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Fixes a libvirtd memory leak on CentOS Stream 8. See `Red Hat Bugzilla bug
5
+ 2143235 <https://bugzilla.redhat.com/show_bug.cgi?id=2143235>`__ for more
6
+ details.
You can’t perform that action at this time.
0 commit comments