[release] Use RDO's Yoga Delorean packages

This is a temporary solution until centos-release-openstack-yoga is
available.

Change-Id: I69a1cda22bda2b10ae66f8c5ade39f4d38b714b2
This commit is contained in:
Mark Goddard 2022-03-30 16:07:39 +01:00
parent bb65c56674
commit 2c4b43e562

View File

@ -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']