From 7b5aaf7af7283b09ac32e59b4add7f93ce6ba0cb Mon Sep 17 00:00:00 2001 From: Elson O Rodriguez Date: Fri, 20 May 2016 11:45:12 -0700 Subject: [PATCH] Re-adding heat installation for Openstack provider. --- docs/getting-started-guides/openstack-heat.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started-guides/openstack-heat.md b/docs/getting-started-guides/openstack-heat.md index 9d5fe2a042..5cc19d85ee 100644 --- a/docs/getting-started-guides/openstack-heat.md +++ b/docs/getting-started-guides/openstack-heat.md @@ -28,6 +28,7 @@ If you already have the required versions of the OpenStack CLI tools installed a ```sh sudo pip install -U --force 'python-openstackclient==2.4.0' +sudo pip install -U --force 'python-heatclient==1.1.0' sudo pip install -U --force 'python-swiftclient==3.0.0' sudo pip install -U --force 'python-glanceclient==2.0.0' sudo pip install -U --force 'python-novaclient==3.4.0'