diff --git a/kolla/common/config.py b/kolla/common/config.py index 9e9e2332b7..6dd0de29a4 100644 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -19,7 +19,7 @@ from kolla import version RDO_MIRROR = "http://trunk.rdoproject.org/centos7" -DELOREAN = "{}/current/delorean.repo".format(RDO_MIRROR) +DELOREAN = "{}/current-passed-ci/delorean.repo".format(RDO_MIRROR) DELOREAN_DEPS = "{}/delorean-deps.repo".format(RDO_MIRROR) INSTALL_TYPE_CHOICES = ['binary', 'source', 'rdo', 'rhos']