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

This commit is contained in:
Zuul 2021-04-22 10:43:21 +00:00 committed by Gerrit Code Review
commit a18056fefb
1 changed files with 2 additions and 2 deletions

View File

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