From 4172693351ffccad360255a5aa6518577d577737 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Wed, 8 Nov 2023 09:12:34 +0000 Subject: [PATCH] CloudKitty fix for ES->OS migration --- etc/kayobe/kolla/globals.yml | 1 + .../cloudkitty-fix-es-to-os-migration-b0efd2626f59d977.yaml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 releasenotes/notes/cloudkitty-fix-es-to-os-migration-b0efd2626f59d977.yaml diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index 19dfa9e3d..51d2eb7df 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -20,6 +20,7 @@ kayobe_image_tags: # with signature: `Missing section footer for 0000:00:01.3/piix4_pm`. Test carefully before bumping. centos: yoga-20230718T112646 +cloudkitty_tag: yoga-20231107T165648 nova_tag: yoga-20231103T161400 nova_libvirt_tag: "{% raw %}{{ kayobe_image_tags['nova_libvirt'][kolla_base_distro] | default(nova_tag) }}{% endraw %}" diff --git a/releasenotes/notes/cloudkitty-fix-es-to-os-migration-b0efd2626f59d977.yaml b/releasenotes/notes/cloudkitty-fix-es-to-os-migration-b0efd2626f59d977.yaml new file mode 100644 index 000000000..818f415a4 --- /dev/null +++ b/releasenotes/notes/cloudkitty-fix-es-to-os-migration-b0efd2626f59d977.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixes the bulk API of CloudKitty so that it now supports the migration + from Elasticsearch to OpenSearch.