Openstack Dashboard Login Problem (Devstack)
Hello to everyone,
I have my openstack(Devstack) installed on my server and after the power went off ,i reboot it but it doesn't login anymore. I cannot login from the dashboard neither from the cli with operc.sh file. I keep typing the correct password but it gives me a pop up after 1-2 min :
An error occurred authenticating. Please try again later.
Its the first time that im facing this problem in the time of 9 months that i have my openstack. Also i can't find a solution like rejoin-stack.sh because this file doesn't exist or i can not find it.
Maybe i can change the admin password but i can not find a file with the credentials of admin keystone.
Thank you in advance!!
You need to find out which OpenStack services are down. If you can't authenticate, the problems are probably on the Keystone and/or httpd side. Use systemctl status to check if they are running; if not, use their logs to find out why not.
Another problem with devstack used to be the loopback device for Swift, which was not recreated after rebooting, but it's not clear to me how that impacts authentication.
The purpose of Devstack is throw-away clouds for code testing. Restarting the server is not supported. It may or may not work.