From 3b35a7a6b7cf682ff6172311dbb5f242fdd8017d Mon Sep 17 00:00:00 2001 From: Lukasz Zajaczkowski Date: Wed, 27 Apr 2016 13:13:20 +0200 Subject: [PATCH] Replace heat client to openstack client --- docs/getting-started-guides/openstack-heat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/openstack-heat.md b/docs/getting-started-guides/openstack-heat.md index b7c6727da4..176e5fac09 100644 --- a/docs/getting-started-guides/openstack-heat.md +++ b/docs/getting-started-guides/openstack-heat.md @@ -18,7 +18,7 @@ If you already have the OpenStack CLI tools installed and configured, you can mo #### Install OpenStack CLI tools ```sh -sudo pip install -U --force 'python-heatclient==1.1.0' +sudo pip install -U --force 'python-openstackclient==2.4.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'