Merge "Added project_id for keystone v3 credentials"

This commit is contained in:
Jenkins 2017-03-28 14:16:11 +00:00 committed by Gerrit Code Review
commit 2f018690e7
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ def client(request):
if ks_version == 3:
credentials['project_name'] = request.user.project_name
credentials['project_id'] = request.user.project_id
credentials['project_domain_name'] = \
request.user.domain_name or 'Default'