dashboard authentication problem [closed]
Hi All
I installed openstack Newton on CentOS 7 the 2 node architecture with self-service network, I followed this link http://docs.openstack.org/newton/install-guide-rdo/ (http://docs.openstack.org/newton/inst...)
However, after installing the dashboard and trying to login as user admin or demo it gives me this message:
Something went wrong! An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator.
These are from from keystone.log
WARNING keystone.common.wsgi [req-0200ef28-63f0-4189-bace-b43488975ee6 176594b5f2604db382edf46d3152f718 - - default -] Authorization failed. The request you have made requires authentication. from 192.168.152.131
WARNING keystone.common.wsgi [req-7743224b-efc9-4353-b112-1df5f2964dcd 176594b5f2604db382edf46d3152f718 2a6a8b513ea4471e8d424075c5fb0293 - default default] Could not find service: keystone
WARNING keystone.common.wsgi [req-032152bc-2a48-4b7c-96f3-41ff81126b96 176594b5f2604db382edf46d3152f718 2a6a8b513ea4471e8d424075c5fb0293 - default default] Could not find user: demo
These warnings weren't together
I can issue a token successfully from command line
Any advice?