Fix configure_facts.sh for RDO mirrors
The $DLRN_DEPS_BASE was not properly being evaluated because the string was in single quotes. This would to a failure if you manually ran the acceptance tests on a centos7 vm. Change-Id: I158346b3d6685b6dd88662026c0f04a99a085021
This commit is contained in:
parent
c51536ca25
commit
294ab235dc
@ -46,7 +46,7 @@ if [ -f /etc/ci/mirror_info.sh ]; then
|
||||
fi
|
||||
else
|
||||
CENTOS_MIRROR_HOST='http://mirror.centos.org'
|
||||
DEPS_MIRROR_HOST='https://trunk.rdoproject.org/${DLRN_DEPS_BASE}/'
|
||||
DEPS_MIRROR_HOST="https://trunk.rdoproject.org/${DLRN_DEPS_BASE}/"
|
||||
NODEPOOL_RDO_PROXY='https://trunk.rdoproject.org'
|
||||
NODEPOOL_UCA_MIRROR='http://ubuntu-cloud.archive.canonical.com/ubuntu'
|
||||
if uses_debs; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user