[release] Use RDO's Wallaby Delorean packages

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

Change-Id: If6da19b44d4c13149fa0ad8ddb53b8bd22bd96f4
This commit is contained in:
Mark Goddard 2021-04-21 11:16:29 +01:00
parent d3734a376d
commit 389bff440f
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']