Docs: add a note about rackspace API keys

Some users are forced to use these instead of passwords (whether because
they use 2-factor auth or by policy). Document it so they know how.

Change-Id: I558c2e8d3e8b0fad0a96a361232f14443e82a35f
This commit is contained in:
Jim Rollenhagen 2017-03-29 16:54:30 -04:00
parent 451ec8daad
commit b31e9aa777
1 changed files with 8 additions and 0 deletions

View File

@ -254,6 +254,14 @@ SYD Sydney, NSW
:vm_mode: hvm
:xenapi_use_agent: False
* Volume API Version is 1
* While passwords are recommended for use, API keys do work as well.
The `rackspaceauth` python package must be installed, and then the following
can be added to clouds.yaml::
auth:
username: myusername
api_key: myapikey
auth_type: rackspace_apikey
switchengines
-------------