Fixes undercloud accidentally using wrong images/containers
[apex.git] / apex / common / constants.py
index b0c21d1..68815be 100644 (file)
@@ -52,8 +52,8 @@ 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' \
-               '-tripleo-rdo/'
+UPSTREAM_RDO = 'https://images.rdoproject.org/{}/delorean/current' \
+               '-tripleo-rdo/'.format(DEFAULT_OS_VERSION)
 OPENSTACK_GERRIT = 'https://review.openstack.org'
 
 DOCKER_TAG = 'current-tripleo-rdo'