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:
parent
4e94b1e1c0
commit
c12d4dabfd
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user