keystone api: Fix a typo that broke the check for MULTIDOMAIN_SUPPORT

Change-Id: I3937bfc0e4a244daea2e26cc998e86d51bd07d91
(cherry picked from commit 0c775b73b3)
This commit is contained in:
andrewbogott 2017-06-02 05:49:26 -05:00 committed by Rob Cresswell
parent 843b4754f6
commit bd8b21b966
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,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')