Merge "keystone api: Fix a typo that broke the check for MULTIDOMAIN_SUPPORT" into stable/ocata

This commit is contained in:
Jenkins 2017-06-15 12:12:18 +00:00 committed by Gerrit Code Review
commit 6cca25d274
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ def keystoneclient(request, admin=False):
user = request.user
token_id = user.token.id
if is_multi_domain_enabled:
if is_multi_domain_enabled():
# Cloud Admin, Domain Admin or Mixed Domain Admin
if is_domain_admin(request):
domain_token = request.session.get('domain_token')