From 249b87b0dba0e7e5ebdeed670ff340ed30b3b1cd Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Thu, 27 Feb 2025 09:37:53 +0000 Subject: [PATCH] Fix the Horizon Identity->Domains panel for admins Bumps the Horizon container image tag to bring in this patch: https://review.opendev.org/c/openstack/horizon/+/940461 --- etc/kayobe/kolla-image-tags.yml | 4 ++-- .../horizon-fix-multiple-domains-51086e9ba3d197b7.yaml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/horizon-fix-multiple-domains-51086e9ba3d197b7.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 440a2f995..f0e525cca 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -10,8 +10,8 @@ kolla_image_tags: rocky-9: 2024.1-rocky-9-20250213T103134 ubuntu-jammy: 2024.1-ubuntu-jammy-20250213T103134 horizon: - rocky-9: 2024.1-rocky-9-20250203T171853 - ubuntu-jammy: 2024.1-ubuntu-jammy-20250203T171853 + rocky-9: 2024.1-rocky-9-20250227T091118 + ubuntu-jammy: 2024.1-ubuntu-jammy-20250227T091118 ironic: rocky-9: 2024.1-rocky-9-20250213T110505 ubuntu-jammy: 2024.1-ubuntu-jammy-20250213T110505 diff --git a/releasenotes/notes/horizon-fix-multiple-domains-51086e9ba3d197b7.yaml b/releasenotes/notes/horizon-fix-multiple-domains-51086e9ba3d197b7.yaml new file mode 100644 index 000000000..123d02a1c --- /dev/null +++ b/releasenotes/notes/horizon-fix-multiple-domains-51086e9ba3d197b7.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Bumps the Horizon container image tag to fix the Identity->Domains panel + for admins when multiple Domains are in use. See patch: + https://review.opendev.org/c/openstack/horizon/+/940461