Skip to content

Commit

Permalink
Merge "keystone api: Fix a typo that broke the check for MULTIDOMAIN_…
Browse files Browse the repository at this point in the history
…SUPPORT"
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 4, 2017
2 parents a5564b4 + 0c775b7 commit b884618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack_dashboard/api/keystone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit b884618

Please sign in to comment.