From 7fbc95d0f307ed8afc5bd4068027afed4a7cf0ed Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Tue, 5 Aug 2025 09:25:24 +0100 Subject: [PATCH] Build keystone from downstream fork Until [1] is merged and [2] is fixed. [1] https://review.opendev.org/c/openstack/keystone/+/956549 [2] https://bugs.launchpad.net/keystone/+bug/2119543 --- etc/kayobe/kolla-image-tags.yml | 3 +++ etc/kayobe/kolla.yml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 14b3ff713..2b39285c1 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -6,3 +6,6 @@ kolla_image_tags: openstack: rocky-9: 2025.1-rocky-9-20250730T105631 ubuntu-noble: 2025.1-ubuntu-noble-20250730T105631 + keystone: + rocky-9: 2025.1-rocky-9-20250805T134044 + ubuntu-noble: 2025.1-ubuntu-noble-20250805T134044 diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 69ebce158..7c7617d91 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -135,6 +135,10 @@ kolla_sources: type: git location: https://github.com/stackhpc/stackhpc-inspector-plugins.git reference: 1.3.0 + keystone-base: + type: git + location: https://github.com/stackhpc/keystone.git + reference: stackhpc/{{ openstack_release }} magnum-base: type: git location: https://github.com/stackhpc/magnum.git