From 896b50f57ba9d3b622124be22aba6ad5d3f22489 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 13 Sep 2024 17:21:16 +0200 Subject: [PATCH] [release] Change RDO's DELOREAN_DEPS repo to Dalmatian Change-Id: Ie135a8e678cdd408311001e8fb33e17f6c08e64e --- kolla/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolla/common/config.py b/kolla/common/config.py index 9bf617d8b0..f4676a5b3e 100644 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -40,7 +40,7 @@ DISTRO_PRETTY_NAME = { OPENSTACK_RELEASE = 'master' # This is noarch repository so we will use it on all architectures -DELOREAN_DEPS = "https://trunk.rdoproject.org/centos9-master/" \ +DELOREAN_DEPS = "https://trunk.rdoproject.org/centos9-dalmatian/" \ "delorean-deps.repo" # TODO(mandre) check for file integrity instead of downloading from an HTTPS