Merge "Make an error state message more explicit"

This commit is contained in:
Jenkins 2017-08-09 12:50:41 +00:00 committed by Gerrit Code Review
commit 2fa4169b60
1 changed files with 4 additions and 1 deletions

View File

@ -68,7 +68,10 @@ class AdminTokenAuthMiddleware(wsgi.Middleware):
'[pipeline:api_v3], [pipeline:admin_api], and '
'[pipeline:public_api] sections of your paste ini '
'file. The [filter:admin_token_auth] block will also '
'need to be removed from your paste ini file. ')
'need to be removed from your paste ini file. Failure '
'to remove these elements from your paste ini file will '
'result in keystone to no longer start/run when the '
'`admin_token_auth` is removed in the Queens release.')
class JsonBodyMiddleware(wsgi.Middleware):