Added project_id for keystone v3 credentials

freezer dashboard now supports multi-domain accounts

Change-Id: Ia924210c38cc9e95f5fad3a62ce6170e6de2c71a
Closes-bug: 1671860
This commit is contained in:
Memo Garcia 2017-03-09 11:04:32 +00:00
parent 4e94b1e1c0
commit c12d4dabfd
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'