Merge "[release] Use RDO's Yoga Delorean packages"

This commit is contained in:
Zuul 2022-03-31 18:00:15 +00:00 committed by Gerrit Code Review
commit 0a8fe7ba21
1 changed files with 2 additions and 2 deletions

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