Commit aa709012 by Matt Martz

Make sure to also include the region when using keyring_auth

parent 021b9262
......@@ -59,7 +59,7 @@ def setup_rax_module(module, rax_module):
try:
if api_key and username:
if api_key == 'USE_KEYRING':
rax_module.keyring_auth(username)
rax_module.keyring_auth(username, region=region)
else:
rax_module.set_credentials(username, api_key=api_key,
region=region)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment