Reviewed: https://review.openstack.org/415856 Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=dfd53e55512cba6a8b7e69ac5bf7bea172dfe6b1 Submitter: Jenkins Branch: master
commit dfd53e55512cba6a8b7e69ac5bf7bea172dfe6b1 Author: Kevin Benton <[email protected]> Date: Fri Dec 30 02:29:39 2016 -0800 Limit deprecated token message to single warning The current behavior of a deprecation warning on every single request is making the logs very difficult to scan for other problems. One deprecation warning per run should be enough to get the message across. This patch ensures only one warning per lifetime of the middleware object. Change-Id: I481a1b11305cc1c90edf7e26c686824c32fe781f Closes-Bug: #1652929 ** Changed in: keystonemiddleware Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1652929 Title: keystone token warning flood Status in keystonemiddleware: Fix Released Status in neutron: Confirmed Bug description: gate logs are being flooded with: 2016-12-25 18:40:10.451 2936 WARNING keystonemiddleware.auth_token [req-b68e933b-a6c4-4f51-bd7f-5c01acb9ab36 tempest- TestVolumeBootPattern-766347691 -] A valid token was submitted as a service token, but it was not a valid service token. This is incorrect but backwards compatible behaviour. This will be removed in future releases. An example: http://logs.openstack.org/41/412141/11/check/gate-tempest-dsvm- neutron-full-ubuntu- xenial/5d1fde3/logs/screen-q-svc.txt.gz?level=TRACE It happens on master. To manage notifications about this bug go to: https://bugs.launchpad.net/keystonemiddleware/+bug/1652929/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

