From c15df14737044ef9b719c44cd4e34814a1d4476f Mon Sep 17 00:00:00 2001
From: David Moreau Simard <dms@redhat.com>
Date: Fri, 22 Jan 2016 10:53:26 -0500
Subject: [PATCH] Bump RDO delorean repositories to current-passed-ci for
 Mitaka

RDO now has regular and good coverage which leads to tested
repository promotion to current-passed-ci.
Bumping to current-passed-ci should lead to less errors and
instability.

Change-Id: Ifb68a26afe0062a27303553b8116a3c739aa33c6
---
 kolla/common/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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