From 389bff440fab19e539db5df4c3cf471fe252e770 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 21 Apr 2021 11:16:29 +0100 Subject: [PATCH] [release] Use RDO's Wallaby Delorean packages This is a temporary solution until centos-release-openstack-wallaby is available. Change-Id: If6da19b44d4c13149fa0ad8ddb53b8bd22bd96f4 --- kolla/common/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kolla/common/config.py b/kolla/common/config.py index c1c672577f..548abf0b48 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -36,9 +36,9 @@ DISTRO_RELEASE = { OPENSTACK_RELEASE = 'wallaby' # This is noarch repository so we will use it on all architectures -DELOREAN = "https://trunk.rdoproject.org/centos8-master/" \ +DELOREAN = "https://trunk.rdoproject.org/centos8-wallaby/" \ "consistent/delorean.repo" -DELOREAN_DEPS = "https://trunk.rdoproject.org/centos8-master/" \ +DELOREAN_DEPS = "https://trunk.rdoproject.org/centos8-wallaby/" \ "delorean-deps.repo" INSTALL_TYPE_CHOICES = ['binary', 'source', 'rdo', 'rhos']