Fixed small capitalization issue

Change-Id: I559e87ed8f56b0e2a7b336a5b56203802d5664bf
This commit is contained in:
David Stanek
2014-03-29 05:43:37 +00:00
parent 7882359da1
commit 726c94ed18
+1 -1
View File
@@ -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()