summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Rollenhagen <jim@jimrollenhagen.com>2017-03-29 16:54:30 -0400
committerJim Rollenhagen <jim@jimrollenhagen.com>2017-03-29 16:55:14 -0400
commitb31e9aa777a028e34814499d6821ac1c1bfbb881 (patch)
tree923403c4eb1cc3c5161bb3544558c950257068d1
parent451ec8daadfb6702841878cac1a8d4e6012b838d (diff)
downloados-client-config-b31e9aa777a028e34814499d6821ac1c1bfbb881.tar.gz
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
-rw-r--r--doc/source/vendor-support.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst
index 4400e5e..449fc5a 100644
--- a/doc/source/vendor-support.rst
+++ b/doc/source/vendor-support.rst
@@ -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
-------------