Comment 2 for bug 1332167

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to django_openstack_auth (master)

Reviewed: https://review.openstack.org/101250
Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=24bf08011de08d77660f01cd6b42b7abe8d6a10f
Submitter: Jenkins
Branch: master

commit 24bf08011de08d77660f01cd6b42b7abe8d6a10f
Author: Julie Pichon <email address hidden>
Date: Thu Jun 19 17:43:49 2014 +0100

    Restore "redirect to login page after logout" behaviour

    The expected behaviour is to redirect to the login page after a user
    gets logged out. This was changed accidentally during a refactoring.

    This will get rid of the following error 500 in Horizon when logging
    out: TemplateDoesNotExist: registration/logged_out.html.

    Change-Id: Id23666e84fce1e3a212b066fcdaf71a17e4898d9
    Closes-Bug: #1332167