mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
pass os_auth_plugin into SaltNova
without this parameter I was unable to authenticate with Rackspace
This commit is contained in:
parent
35ecf60198
commit
8888ecc8d1
@ -91,7 +91,8 @@ def _auth(profile=None):
|
||||
'api_key': api_key,
|
||||
'project_id': tenant,
|
||||
'auth_url': auth_url,
|
||||
'region_name': region_name
|
||||
'region_name': region_name,
|
||||
'os_auth_plugin': os_auth_system
|
||||
}
|
||||
|
||||
return suon.SaltNova(**kwargs)
|
||||
|
Loading…
Reference in New Issue
Block a user