Comment 2 for bug 1848470

Revision history for this message
yongyi,ren (enter003) wrote :

2019-10-10 17:34:06.498 28044 WARNING keystone.common.controller [req-2b4825ea-acd8-43d8-ba7a-7fc0787a967b - - - - -] RBAC: Bypassing authorization
2019-10-10 17:34:06.507 28044 ERROR keystone.common.wsgi [req-2b4825ea-acd8-43d8-ba7a-7fc0787a967b - - - - -] 'token': KeyError: 'token'
2019-10-10 17:34:06.507 28044 ERROR keystone.common.wsgi Traceback (most recent call last):
2019-10-10 17:34:06.507 28044 ERROR keystone.common.wsgi File "/usr/lib/python2.7/site-packages/keystone/common/wsgi.py", line 226, in __call__
2019-10-10 17:34:06.507 28044 ERROR keystone.common.wsgi result = method(req, **params)
2019-10-10 17:34:06.507 28044 ERROR keystone.common.wsgi File "/usr/lib/python2.7/site-packages/keystone/common/controller.py", line 82, in inner
2019-10-10 17:34:06.507 28044 ERROR keystone.common.wsgi return f(self, request, *args, **kwargs)
2019-10-10 17:34:06.507 28044 ERROR keystone.common.wsgi File "/usr/lib/python2.7/site-packages/keystone/application_credential/controllers.py", line 102, in create_application_credential
2019-10-10 17:34:06.507 28044 ERROR keystone.common.wsgi token = request.auth_context['token']
2019-10-10 17:34:06.507 28044 ERROR keystone.common.wsgi KeyError: 'token'