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

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to