From a16953172cca0026496ab2002f23e8ed1b709c5d Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 16 Oct 2018 09:39:42 -0400 Subject: 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 --- apex/common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apex/common/constants.py') 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' -- cgit 1.2.3-korg