
wsgiref performs header type checking when a response is prepared, including an explicit call of assert type(val) is StringType. Using six.text_type here cast our value to unicode, and sadly StringType in wsgiref is hard-bound to the 'str' method, thus causing the response construction to fail with a type exception. This is preventing users from logging in. Change-Id: I2c32f144a76a5e629204958fc520c4686a327705
Storyboard
Storyboard is a task tracker for OpenStack.
Project Resources
Project status, bugs, and blueprints are tracked at:
Source code can be found at:
Documentation can be found here:
Additional resources are linked from the project wiki page:
Anyone wishing to contribute to an OpenStack project should find plenty of helpful resources here:
All OpenStack projects use Gerrit for code reviews. A good reference for that is here:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
Description
Languages
Python
99.3%
Shell
0.5%
Dockerfile
0.1%