From 78be3bf872e5a4d54e0fe9a1073e115947c05ba5 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 3 Mar 2026 08:32:14 +0000 Subject: [PATCH 1/2] Update .gitreview for stable/2026.1 Change-Id: I873a27aac41ef70f1d277e6b82c3a3359a4fd340 Signed-off-by: OpenStack Release Bot Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index e26745728..ba13ef3a1 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/python-keystoneclient.git +defaultbranch=stable/2026.1 From 5db82a3a3e00893fb4f36a41413edba2ff7b2c55 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 3 Mar 2026 08:32:16 +0000 Subject: [PATCH 2/2] Update TOX_CONSTRAINTS_FILE for stable/2026.1 Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/2026.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I6342a1b097e5e636981c128d3bc252d20d4f0ab6 Signed-off-by: OpenStack Release Bot Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0b178f5e2..890579922 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = OS_STDOUT_NOCAPTURE=False OS_STDERR_NOCAPTURE=False deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2026.1} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = find . -type f -name "*.pyc" -delete