Use delorean for Ussuri

Change-Id: Ib370314de27554e1390a3a29359134a78f2dcf1b
Partial-bug: #1880375
This commit is contained in:
Radosław Piliszek 2020-05-24 12:31:11 +02:00
parent 7dd64fd3ff
commit 0fc4aacfed
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ DISTRO_RELEASE = {
OPENSTACK_RELEASE = 'ussuri'
# 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-ussuri/" \
"consistent/delorean.repo"
DELOREAN_DEPS = "https://trunk.rdoproject.org/centos8-master/" \
DELOREAN_DEPS = "https://trunk.rdoproject.org/centos8-ussuri/" \
"delorean-deps.repo"
INSTALL_TYPE_CHOICES = ['binary', 'source', 'rdo', 'rhos']