Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ilivessevili/1124863a5c3fe61e551ea5b5d2128795 to your computer and use it in GitHub Desktop.
Save ilivessevili/1124863a5c3fe61e551ea5b5d2128795 to your computer and use it in GitHub Desktop.
Posted on May 9, 2016 by virtuallylg
Fixing Horizon Re-login issue
There is an issue in OpenStack Kilo with re-login because of a bad cookie session. Here is how to fix the issue.
#vi /etc/openstack-dashboard/local_settings
AUTH_USER_MODEL = 'openstack_auth.User'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment