From 2c4b43e562f9cfa86cf7a1d9ca5eaae6ded2095f Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 30 Mar 2022 16:07:39 +0100 Subject: [PATCH] [release] Use RDO's Yoga Delorean packages This is a temporary solution until centos-release-openstack-yoga is available. Change-Id: I69a1cda22bda2b10ae66f8c5ade39f4d38b714b2 --- 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 ee5e03e667..3a5fd54096 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -35,9 +35,9 @@ DISTRO_PRETTY_NAME = { OPENSTACK_RELEASE = 'yoga' # 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-yoga/" \ "consistent/delorean.repo" -DELOREAN_DEPS = "https://trunk.rdoproject.org/centos8-master/" \ +DELOREAN_DEPS = "https://trunk.rdoproject.org/centos8-yoga/" \ "delorean-deps.repo" INSTALL_TYPE_CHOICES = ['binary', 'source']