Fixed OpenStack cli install example

Closes #3326
This commit is contained in:
Rickard von Essen 2016-03-09 12:29:31 +01:00
parent ff7ce8e082
commit b214a175f2
1 changed files with 2 additions and 1 deletions

View File

@ -245,4 +245,5 @@ OS_TENANT_NAME=$OS_PROJECT_NAME` or `export OS_TENANT_ID=$OS_PROJECT_ID`.
`OS_PROJECT_NAME` and `OS_PROJECT_ID` has no effect in Packer. `OS_PROJECT_NAME` and `OS_PROJECT_ID` has no effect in Packer.
To troubleshoot authorization issues test you environment variables with the To troubleshoot authorization issues test you environment variables with the
OpenStack cli. It can be installed with ```pip install --user openstack```. OpenStack cli. It can be installed with
```pip install --user python-openstackclient```.