From 931ae1c9a410fbe9d8ef8725aff4eec416544959 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 9 Apr 2026 15:27:25 +0200 Subject: [PATCH] Use github.com instead of opendev.org This is to avoid failures due to opendev.org downtime. Change-Id: Idbf131715b29e3d72748432f922bcb818cd48072 --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index f54869041..d24feb92d 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,6 +1,6 @@ --- collections: - - name: https://opendev.org/openstack/ansible-collection-kolla + - name: https://github.com/openstack/ansible-collection-kolla type: git version: stable/2025.1 - name: community.docker