Add missing python-pip dependency in heat-jeos
Change-Id: I9d0b5d0f86c8fc07cbd7e432df79f7b66c98af0f
This commit is contained in:
parent
80b9b45e31
commit
41b93c99c4
@ -9,7 +9,7 @@ HEAT_API_SOURCE=https://github.com/heat-api/heat-jeos.git
|
|||||||
OS_ROOT=/opt/stack
|
OS_ROOT=/opt/stack
|
||||||
JEOS_ROOT=$OS_ROOT/heat-jeos
|
JEOS_ROOT=$OS_ROOT/heat-jeos
|
||||||
|
|
||||||
install-packages git-core python-psutil
|
install-packages git-core python-psutil python-pip
|
||||||
|
|
||||||
mkdir -p $OS_ROOT
|
mkdir -p $OS_ROOT
|
||||||
git clone $HEAT_API_SOURCE $JEOS_ROOT
|
git clone $HEAT_API_SOURCE $JEOS_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user