From 0b5d13704a87d6d227c5f2c02e4fdb03d043a78a Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Mon, 19 Jun 2017 10:51:29 +0200 Subject: [PATCH] bump openstack cli tools versions to working values --- docs/getting-started-guides/openstack-heat.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/getting-started-guides/openstack-heat.md b/docs/getting-started-guides/openstack-heat.md index 3eb759769f..3f7e7cedc6 100644 --- a/docs/getting-started-guides/openstack-heat.md +++ b/docs/getting-started-guides/openstack-heat.md @@ -31,11 +31,11 @@ If you already have the required versions of the OpenStack CLI tools installed a #### Install OpenStack CLI tools ```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' +sudo pip install -U --force 'python-openstackclient==3.11.0' +sudo pip install -U --force 'python-heatclient==1.10.0' +sudo pip install -U --force 'python-swiftclient==3.3.0' +sudo pip install -U --force 'python-glanceclient==2.7.0' +sudo pip install -U --force 'python-novaclient==9.0.1' ``` #### Configure Openstack CLI tools @@ -196,7 +196,7 @@ See the [OpenStack CLI Reference](http://docs.openstack.org/cli-reference/) for ### Salt -The OpenStack-Heat provider uses a [standalone Salt configuration](/docs/admin/salt/#standalone-salt-configuration-on-gce-and-others). +The OpenStack-Heat provider uses a [standalone Salt configuration](/docs/admin/salt/#standalone-salt-configuration-on-gce-and-others). It only uses Salt for bootstraping the machines and creates no salt-master and does not auto-start the salt-minion service on the nodes. ## SSHing to your nodes