Michael Krotscheck bc982f83c5 Corrected type casting in OAuth Response
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
2014-12-29 10:59:35 -08:00
2014-03-21 19:03:26 +04:00
2013-07-18 12:03:46 +02:00
2014-01-23 17:23:58 +04:00
2014-01-13 18:52:47 +04:00
2013-07-01 18:09:56 +02:00
2014-01-22 11:37:54 -08:00
2014-07-11 17:33:19 +04:00
2013-09-25 12:06:40 -04:00
2014-10-08 16:14:38 -07:00

Storyboard

Storyboard is a task tracker for OpenStack.

Project Resources

Project status, bugs, and blueprints are tracked at:

http://storyboard.openstack.org

Source code can be found at:

https://git.openstack.org/cgit/openstack-infra/storyboard/

Documentation can be found here:

http://ci.openstack.org/storyboard/

Additional resources are linked from the project wiki page:

https://wiki.openstack.org/wiki/StoryBoard

Anyone wishing to contribute to an OpenStack project should find plenty of helpful resources here:

http://docs.openstack.org/infra/manual/developers.html

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
OpenStack Task Tracking API
Readme 11 MiB
Languages
Python 99.3%
Shell 0.5%
Dockerfile 0.1%