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:
Alex Schultz
2018年08月15日 09:45:58 -06:00
parent c51536ca25
commit 294ab235dc

View File

@@ -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
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.