Merge "Add missing python-pip dependency in heat-jeos"

This commit is contained in:
Jenkins 2013-02-12 07:08:53 +00:00 committed by Gerrit Code Review
commit 9605c7090a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ HEAT_API_SOURCE=https://github.com/heat-api/heat-jeos.git
OS_ROOT=/opt/stack
JEOS_ROOT=$OS_ROOT/heat-jeos
install-packages git-core python-psutil
install-packages git-core python-psutil python-pip
mkdir -p $OS_ROOT
git clone $HEAT_API_SOURCE $JEOS_ROOT