Error: Unauthorized on dashboard
I have installed grizzly on centOS using the below mentioned documentation- http://docs.openstack.org/trunk/openstack-compute/install/yum/content/ch_installing-openstack-overview.html
When I go to dashboard in various work spaces, I get errors like
Error: Unauthorized: Unable to retrieve volume list. Error: Unauthorized: Unable to retrieve volume types Error: Unauthorized: Unable to retrieve quota information.
in httpd log there are multiple occurance of an error [error] Unauthorized: Unauthorized (HTTP 401)
Also in keystone log I see multiple warnings WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 127.0.0.1
Can anyone please explain what has gone wrong? how to resolve this?
I have already tried solution mentioned at https://ask.openstack.org/en/question/3571/nova-client-error-unauthorized-http-401/ although that did not work.