pass os_auth_plugin into SaltNova

without this parameter I was unable to authenticate with Rackspace
This commit is contained in:
Andrew Andkjar 2014-07-14 12:47:59 -04:00
parent 35ecf60198
commit 8888ecc8d1

View File

@ -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)