From 2c4a84237e6dabdd65c493f50f9b7e61715f2833 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Tue, 11 Nov 2025 13:55:39 +0100 Subject: [PATCH] rgw: update keystone repo stable branch to 2024.2 The stable/2024.1 is gone from the github repo: https://github.com/openstack/keystone.git Fixes: https://tracker.ceph.com/issues/73800 Signed-off-by: Kyr Shatskyy (cherry picked from commit 998e4299af417221ac8102fe46c46967e88f0da4) --- qa/suites/rgw/crypt/2-kms/barbican.yaml | 4 ++-- qa/suites/rgw/tempest/0-install.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/suites/rgw/crypt/2-kms/barbican.yaml b/qa/suites/rgw/crypt/2-kms/barbican.yaml index e3f788104160..1914dc6e747c 100644 --- a/qa/suites/rgw/crypt/2-kms/barbican.yaml +++ b/qa/suites/rgw/crypt/2-kms/barbican.yaml @@ -27,7 +27,7 @@ tasks: - tox: [ client.0 ] - keystone: client.0: - force-branch: stable/2024.1 + force-branch: stable/2024.2 services: - name: swift type: object-store @@ -68,7 +68,7 @@ tasks: project: s3 - barbican: client.0: - force-branch: stable/2024.1 + force-branch: stable/2024.2 use-keystone-role: client.0 keystone_authtoken: auth_plugin: password diff --git a/qa/suites/rgw/tempest/0-install.yaml b/qa/suites/rgw/tempest/0-install.yaml index b6ef17de4ee2..206fe6d71f84 100644 --- a/qa/suites/rgw/tempest/0-install.yaml +++ b/qa/suites/rgw/tempest/0-install.yaml @@ -4,7 +4,7 @@ tasks: - tox: [ client.0 ] - keystone: client.0: - force-branch: stable/2024.1 + force-branch: stable/2024.2 services: - name: swift type: object-store -- 2.47.3