From 2bf77033c95c3197cd1f41ccfb4fefea363b7ef3 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 6cdba6264..5507346fb 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/2026.1 - name: community.docker