Created
May 21, 2016 22:09
-
-
Save ilivessevili/1124863a5c3fe61e551ea5b5d2128795 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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