Skip to content

Commit

Permalink
Merge pull request #758 from stackhpc/bump-cloudkitty
Browse files Browse the repository at this point in the history
CloudKitty fix for ES->OS migration
  • Loading branch information
MoteHue authored Nov 13, 2023
2 parents 5c7e56b + 4172693 commit a3dc8dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}"

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Fixes the bulk API of CloudKitty so that it now supports the migration
from Elasticsearch to OpenSearch.

0 comments on commit a3dc8dc

Please sign in to comment.