From 41b93c99c453e1aee9a10cb9eb1d2b311638eb67 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Mon, 11 Feb 2013 18:11:51 -0800 Subject: [PATCH] Add missing python-pip dependency in heat-jeos Change-Id: I9d0b5d0f86c8fc07cbd7e432df79f7b66c98af0f --- elements/heat-jeos/install.d/05-heat-jeos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/heat-jeos/install.d/05-heat-jeos b/elements/heat-jeos/install.d/05-heat-jeos index d8fa07b9..d5736d81 100755 --- a/elements/heat-jeos/install.d/05-heat-jeos +++ b/elements/heat-jeos/install.d/05-heat-jeos @@ -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