bump openstack cli tools versions to working values
This commit is contained in:
committed by
Andrew Chen
parent
cdf729e223
commit
0b5d13704a
@@ -31,11 +31,11 @@ If you already have the required versions of the OpenStack CLI tools installed a
|
|||||||
#### Install OpenStack CLI tools
|
#### Install OpenStack CLI tools
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo pip install -U --force 'python-openstackclient==2.4.0'
|
sudo pip install -U --force 'python-openstackclient==3.11.0'
|
||||||
sudo pip install -U --force 'python-heatclient==1.1.0'
|
sudo pip install -U --force 'python-heatclient==1.10.0'
|
||||||
sudo pip install -U --force 'python-swiftclient==3.0.0'
|
sudo pip install -U --force 'python-swiftclient==3.3.0'
|
||||||
sudo pip install -U --force 'python-glanceclient==2.0.0'
|
sudo pip install -U --force 'python-glanceclient==2.7.0'
|
||||||
sudo pip install -U --force 'python-novaclient==3.4.0'
|
sudo pip install -U --force 'python-novaclient==9.0.1'
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Configure Openstack CLI tools
|
#### Configure Openstack CLI tools
|
||||||
@@ -196,7 +196,7 @@ See the [OpenStack CLI Reference](http://docs.openstack.org/cli-reference/) for
|
|||||||
|
|
||||||
### Salt
|
### 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.
|
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
|
## SSHing to your nodes
|
||||||
|
|||||||
Reference in New Issue
Block a user