Add heatclient to requirements.txt

We need heatclient to parse template files for os.heat.stack profile.
This commit is contained in:
tengqm 2015-01-18 22:18:14 +08:00
parent 4bde100d32
commit 4cfec833db

@ -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