... | ... | @@ -52,6 +52,8 @@ py -m pip --version |
|
|
```
|
|
|
|
|
|
### Installing the Openstack-client
|
|
|
Most of the steps detailed in this section come from OpenStack's official documentation found at https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html
|
|
|
|
|
|
From this point on all installs will be done with pip so there should be no difference between operating systems. To install the openstackclient use the following command.
|
|
|
```
|
|
|
pip install python-openstackclient
|
... | ... | |