Merge "kilo: stack.sh error: grep: /opt/stack//requirements/global-requirements.txt: No such file or directory" into stable/kilo

This commit is contained in:
Jenkins 2016-02-03 05:05:01 +00:00 committed by Gerrit Code Review
commit ae108d40c5
1 changed files with 6 additions and 0 deletions

View File

@ -679,6 +679,12 @@ fi
# OpenStack uses a fair number of other projects.
# Bring down global requirements before any use of pip_install. This is
# necessary to ensure that the constraints file is in place before we
# attempt to apply any constraints to pip installs.
git_clone $REQUIREMENTS_REPO $REQUIREMENTS_DIR $REQUIREMENTS_BRANCH
# Install package requirements
# Source it so the entire environment is available
echo_summary "Installing package prerequisites"