[Openstack] In Icehouse on CentOS 7.1, openstack_auth.user.Token is not JSON serializable
Matthias Runge
mrunge at redhat.com
Thu May 21 19:02:41 UTC 2015
On 21/05/15 20:35, David Talmage wrote:
> I'm having a problem making Icehouse horizon work on CentOS 7.1. I think it's
> related to a bug in Django 1.6. When I log in as user "admin", I'm greeted by
> a Python stack dump and the complaint that openstack_auth.user.Token is not
> JSON serializable.
>
> How do I fix this and/or work around it?
I vaguely remember, that was a settings issue.
Make sure, you have
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
in your openstack_dashboard/settings.py file
Matthias
More information about the Openstack
mailing list