Merge "Fix incorrect auth config key"

This commit is contained in:
Jenkins 2016-03-04 17:48:07 +00:00 committed by Gerrit Code Review
commit a35b727169

View File

@ -252,7 +252,7 @@ class RefstackClient:
'identity': identity,
'scope': {
'project': {
'name': auth_config['username'],
'name': auth_config['tenant_name'],
'domain': {'name': auth_config['domain_name']}
}
}