diff --git a/kolla/common/config.py b/kolla/common/config.py index c1c672577f..548abf0b48 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -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']