Activity log for bug #1528981

Date Who What changed Old value New value Message
2015-12-24 02:05:33 Dave Chen bug added bug
2015-12-24 02:05:56 Dave Chen keystone: assignee Dave Chen (wei-d-chen)
2015-12-24 02:40:41 Dave Chen description With the latest code, fernet cannot work anymore due to this change id (Change-Id: I0723cd50bbb464c38c9efcf1888e39d14950997b). The stacktrace like this, 2015-12-23 10:47:53.526487 9923 DEBUG passlib.registry [req-e4501bef-5f1e-4bd3-8e1b-7320093b767b - - - - -] registered 'sha512_crypt' handler: <class 'passlib.handlers.sha2_crypt.sha512_crypt'> register_crypt_handler /usr/local/lib/python2.7/dist-packages/passlib/registry.py:284 2015-12-23 10:47:53.625320 9923 INFO keystone.token.providers.fernet.utils [req-e4501bef-5f1e-4bd3-8e1b-7320093b767b - - - - -] Loaded 2 encryption keys (max_active_keys=3) from: /etc/keystone/fernet-keys/ 2015-12-23 10:47:53.735808 mod_wsgi (pid=9923): Exception occurred processing WSGI script '/usr/local/bin/keystone-wsgi-public'. 2015-12-23 10:47:53.735856 TypeError: expected byte string object for header value, value of type unicode found Need identity which change from this commit (https://review.openstack.org/#/c/259563/) cause the regression With the latest code, fernet cannot work anymore due to this change id (Change-Id: I0723cd50bbb464c38c9efcf1888e39d14950997b). The stacktrace like this, 2015-12-23 10:47:53.526487 9923 DEBUG passlib.registry [req-e4501bef-5f1e-4bd3-8e1b-7320093b767b - - - - -] registered 'sha512_crypt' handler: <class 'passlib.handlers.sha2_crypt.sha512_crypt'> register_crypt_handler /usr/local/lib/python2.7/dist-packages/passlib/registry.py:284 2015-12-23 10:47:53.625320 9923 INFO keystone.token.providers.fernet.utils [req-e4501bef-5f1e-4bd3-8e1b-7320093b767b - - - - -] Loaded 2 encryption keys (max_active_keys=3) from: /etc/keystone/fernet-keys/ 2015-12-23 10:47:53.735808 mod_wsgi (pid=9923): Exception occurred processing WSGI script '/usr/local/bin/keystone-wsgi-public'. 2015-12-23 10:47:53.735856 TypeError: expected byte string object for header value, value of type unicode found Need identify which change from this commit (https://review.openstack.org/#/c/259563/) cause the regression
2015-12-24 02:42:49 Steve Martinelli keystone: milestone mitaka-2
2015-12-24 02:42:50 Steve Martinelli keystone: importance Undecided High
2015-12-24 07:16:53 OpenStack Infra keystone: status New In Progress
2016-01-05 11:25:33 OpenStack Infra keystone: status In Progress Fix Released