summaryrefslogtreecommitdiffstats
path: root/apex/common/constants.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-10-16 09:39:42 -0400
committerTim Rozet <trozet@redhat.com>2018-10-16 09:39:42 -0400
commita16953172cca0026496ab2002f23e8ed1b709c5d (patch)
tree1943fee7d75a03398f5f4ec8a254b07a7bf5cb3c /apex/common/constants.py
parente1c125496077fe9b693c80ad0ab9e345f1d2f438 (diff)
Updates rdo images URL
The delorean path does not have images for rocky, however they do exist under the rdo_trunk path. Comparing the images for queens between the 2 paths looks the same, so switching to this URL. Change-Id: I5d762af69b984c0fed1c79b73f2b4d61341298fa Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'apex/common/constants.py')
-rw-r--r--apex/common/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py
index 5a2b7f98..bd8ffdbb 100644
--- a/apex/common/constants.py
+++ b/apex/common/constants.py
@@ -49,7 +49,7 @@ PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \
DEBUG_OVERCLOUD_PW = 'opnfvapex'
NET_ENV_FILE = 'network-environment.yaml'
DEPLOY_TIMEOUT = 120
-UPSTREAM_RDO = 'https://images.rdoproject.org/master/delorean/current' \
+UPSTREAM_RDO = 'https://images.rdoproject.org/master/rdo_trunk/current' \
'-tripleo-rdo/'
OPENSTACK_GERRIT = 'https://review.openstack.org'