From 4cfec833dbcc1f8c719c656c01e00fa5549235d6 Mon Sep 17 00:00:00 2001 From: tengqm Date: Sun, 18 Jan 2015 22:18:14 +0800 Subject: [PATCH] Add heatclient to requirements.txt We need heatclient to parse template files for os.heat.stack profile. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 86366ccb..dc28eacb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,7 @@ oslo.i18n>=1.0.0 # Apache-2.0 oslo.serialization>=1.0.0 # Apache-2.0 oslo.utils>=1.2.0 # Apache-2.0 python-openstacksdk>=0.2.1 +python-heatclient>=0.2.12 python-keystoneclient>=0.11.1 PyYAML>=3.1.0 requests>=2.2.0,!=2.4.0