Skip to content

Commit a9bae74

Browse files
committed
Merge branch 'stackhpc/yoga' into bump-neutron-tag
2 parents 9646d75 + 21ef1c8 commit a9bae74

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ kayobe_image_tags:
1515
centos: yoga-20231024T093507
1616
rocky: yoga-20231024T093507
1717
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
2222

23-
neutron_tag: yoga-20231110T152125
24-
25-
nova_tag: yoga-20231103T161400
26-
nova_libvirt_tag: "{% raw %}{{ kayobe_image_tags['nova_libvirt'][kolla_base_distro] | default(nova_tag) }}{% endraw %}"
23+
cloudkitty_tag: yoga-20231107T165648
24+
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
2725

2826
# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
2927
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes the bulk API of CloudKitty so that it now supports the migration
5+
from Elasticsearch to OpenSearch.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

0 commit comments

Comments
 (0)