Change mirror used to fetch venvs by default
Move to use rpc-repo (the origin) instead of its mirror, mirror.rackspace.com Change-Id: I5991026faed73d7712bdc6385d5cf350fb435ad8
This commit is contained in:
parent
6d26cf0c6d
commit
9c6cb57cf7
@ -34,7 +34,7 @@ export UPGRADE_UTILS="${UPGRADE_UTILS:-${SYSTEM_PATH}/upgrade-utilities}"
|
|||||||
# set the "VENV_URL" environment variable to the path where the venvs are kept. When running stage1
|
# set the "VENV_URL" environment variable to the path where the venvs are kept. When running stage1
|
||||||
# this URL will be used to download the release built VENVS in the following format.
|
# this URL will be used to download the release built VENVS in the following format.
|
||||||
# ${VENV_URL}/openstack-ansible-RELEASE_VERSION.tgz
|
# ${VENV_URL}/openstack-ansible-RELEASE_VERSION.tgz
|
||||||
export VENV_URL="${VENV_URL:-https://mirror.rackspace.com/rackspaceprivatecloud/venvs/leap-bundles}"
|
export VENV_URL="${VENV_URL:-https://rpc-repo.rackspace.com/venvs/leap-bundles}"
|
||||||
|
|
||||||
export VALIDATE_UPGRADE_INPUT="${VALIDATE_UPGRADE_INPUT:-TRUE}"
|
export VALIDATE_UPGRADE_INPUT="${VALIDATE_UPGRADE_INPUT:-TRUE}"
|
||||||
export UPGRADES_TO_TODOLIST="${UPGRADES_TO_TODOLIST:-''}"
|
export UPGRADES_TO_TODOLIST="${UPGRADES_TO_TODOLIST:-''}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user