Fixed small capitalization issue
Change-Id: I559e87ed8f56b0e2a7b336a5b56203802d5664bf
This commit is contained in:
@@ -41,7 +41,7 @@ class Token(auth.AuthMethodHandler):
|
||||
|
||||
# Do not allow tokens used for delegation to
|
||||
# create another token, or perform any changes of
|
||||
# state in Keystone. TO do so is to invite elevation of
|
||||
# state in Keystone. To do so is to invite elevation of
|
||||
# privilege attacks
|
||||
if 'OS-TRUST:trust' in token_ref:
|
||||
raise exception.Forbidden()
|
||||
|
||||
Reference in New Issue
Block a user