Merge "NIT: Fix Spelling in auth_context.py"

This commit is contained in:
Zuul 2020-07-02 08:23:53 +00:00 committed by Gerrit Code Review
commit 3eb8cafb8d
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ class AuthContextMiddleware(provider_api.ProviderAPIMixin,
if token.domain_scoped:
# Domain scoped tokens should never have is_admin_project set
# Even if KSA defaults it otherwise. The two mechanisms are
# parallel; only ione or the other should be used for access.
# parallel; only one or the other should be used for access.
request_context.is_admin_project = False
request_context.domain_id = token.domain_id
request_context.domain_name = token.domain['name']