From b31e9aa777a028e34814499d6821ac1c1bfbb881 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Wed, 29 Mar 2017 16:54:30 -0400 Subject: [PATCH] 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 --- doc/source/vendor-support.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -------------