Unable to login to dashboard
Hi, I am installing the openstack for the first time. I have followed all the steps in the document. All the services seem to be working fine. However, when I try to login to dashboard, I get the error as "Invalid username or password".
[root@controller ~]# keystone user-list
WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
+----------------------------------+--------+---------+--------------------------+
| id | name | enabled | email |
+----------------------------------+--------+---------+--------------------------+
| 59835e8ca23849448de87033110f84c4 | admin | True | nikhil.bedare@myconpany.com |
| a9362d1e1934431286809501cb64e228 | demo | True | nikhil.bedare@myconpany.com |
| df3228b2de5545938b5b8bb6ba7ed46b | glance | True | nikhil.bedare@myconpany.com |
| 6501b1ab4353403ca76ff9d1372e091b | nova | True | nikhil.bedare@myconpany.com |
+----------------------------------+--------+---------+--------------------------+
Can someone please help me out ?
Thanks, Nikhil.
What do keystone logs say? Is there any error? Standard folder to search them for is /var/log/keystone/
If you do not see anything interesting try to enable debug and verbose mode (putting them to true) in keystone conf files, then restart openstack services and retry to access through horizon.
Hi Antonio, Below are the messages in keystone.log : I forgot to mention that this setup is on RHEL 6.5 [root@controller ~]# tail /var/log/keystone/keystone.log 2014-05-29 04:29:36.142 4495 WARNING keystone.common.wsgi [-] Could not find project, service. 2014-05-29 04:47:32.257 4495 WARNING keystone.common.wsgi [-] Could not find user, nova. 2014-05-29 04:47:32.324 4495 WARNING keystone.common.wsgi [-] Could not find role, admin. 2014-05-29 04:47:32.386 4495 WARNING keystone.common.wsgi [-] Could not find project, service. 2014-05-29 05:47:44.594 4495 WARNING keystone.common.wsgi [-] Could not find user, admin. 2014-05-29 06:21:34.850 7609 WARNING keystone.openstack.common.versionutils [-] Deprecated: keystone.middleware.core.XmlBodyMiddleware is deprecated as of Icehouse in f 2014-05-29 06:27:31.373 7710 WARNING keystone.openstack.common.versionutils [-] Deprecated: keystone.middleware.core.XmlBodyMiddleware is deprecated as of Icehouse in f ...(more)