Allow overriding USE_GET_PIP via env vars

devstack-gate wants to pre-cache and then use get-pip, but we can't
throw the flag currently. Make the flag default settable via env vars.

Change-Id: I661b52670b6ce494666cbdd611e4eee6b96c8321
Partial-Bug: #1254275
This commit is contained in:
Monty Taylor 2013-11-23 13:02:45 -05:00
parent ed727dc6d9
commit 480309eea5
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ FILES=$TOP_DIR/files
# Handle arguments
USE_GET_PIP=${USE_GET_PIP:-0}
INSTALL_PIP_VERSION=${INSTALL_PIP_VERSION:-"1.4.1"}
while [[ -n "$1" ]]; do
case $1 in
@ -63,7 +64,7 @@ function get_versions() {
function install_get_pip() {
if [[ ! -r $FILES/get-pip.py ]]; then
(cd $FILES; \
curl $PIP_GET_PIP_URL; \
curl -O $PIP_GET_PIP_URL; \
)
fi
sudo python $FILES/get-pip.py