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