openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21797
Re: Dashboard login page doesn't show up
On 03/12/2013 11:46 AM, Ashutosh Narayan wrote:
> Hi Matthias,
>
> Thanks for pointing that out. I now get a login page.
> But it doesn't logs me with admin credentials,
> Here is a snippet of error_log
>
> ==> /var/log/httpd/error_log <==
> [Tue Mar 12 10:40:16 2013] [error] unable to retrieve service catalog
> with token
> [Tue Mar 12 10:40:16 2013] [error] Traceback (most recent call last):
> [Tue Mar 12 10:40:16 2013] [error] File
> "/usr/lib/python2.6/site-packages/keystoneclient/v2_0/client.py", line
> 135, in _extract_service_catalog
> [Tue Mar 12 10:40:16 2013] [error] endpoint_type='adminURL')
> [Tue Mar 12 10:40:16 2013] [error] File
> "/usr/lib/python2.6/site-packages/keystoneclient/service_catalog.py",
> line 73, in url_for
> [Tue Mar 12 10:40:16 2013] [error] raise
> exceptions.EndpointNotFound('Endpoint not found.')
> [Tue Mar 12 10:40:16 2013] [error] EndpointNotFound: Endpoint not found.
>
> keystone endpoint-list throws this output :
That is a known issue in keystone and fixed in Grizzly.
So: what do you see, when you try to login as admin?
Are you taking the credentials from your keystone?
A side note: the config steps in the docs are not applicable at all.
Matthias
>
> [root@RLD1OPST01 ~]# keystone endpoint-list
> +----------------------------------+-----------+--------------------------------------------------+--------------------------------------------------+---------------------------------------------+----------------------------------+
> | id | region |
> publicurl | internalurl
> | adminurl |
> service_id |
> +----------------------------------+-----------+--------------------------------------------------+--------------------------------------------------+---------------------------------------------+----------------------------------+
> | 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
> http://192.168.105.61:8888/v1/AUTH_%(tenant_id)s |
> http://192.168.105.61:8888/v1/AUTH_%(tenant_id)s |
> http://192.168.105.61:8888/v1 | 76772ef3f79b4648981f19de39d4cab1 |
> | 749974748ce8482bb2339954631baea5 | RegionOne |
> http://192.168.105.61:8773/services/Cloud |
> http://192.168.105.61:8773/services/Cloud |
> http://192.168.105.61:8773/services/Admin |
> 75748b8502964bf8aab214c074058a08 |
> | 80a940e76e314148bc349578ce8eadf7 | RegionOne |
> http://192.168.105.61:8776/v1/%(tenant_id)s |
> http://192.168.105.61:8776/v1/%(tenant_id)s |
> http://192.168.105.61:8776/v1/%(tenant_id)s |
> a5da6ff105184cbda9a3619d41d297f6 |
> | 897375e2d299416db3281d1b8baeabc1 | RegionOne |
> http://192.168.105.61:8774/v2/%(tenant_id)s |
> http://192.168.105.61:8774/v2/%(tenant_id)s |
> http://192.168.105.61:8774/v2/%(tenant_id)s |
> 5d144f9df18d4b35810afb4199b1a321 |
> | cc2fd4c2b1314cfb958e8702139a960c | RegionOne |
> http://192.168.105.61:5000/v2.0 |
> http://192.168.105.61:5000/v2.0 |
> http://192.168.105.61:35357/v2.0 | d307d545040e4bda8ace9a7fd3581cb2 |
> | e2d7819ff84746dc8e79c76bf308f2cd | RegionOne |
> http://192.168.105.61:9292 |
> http://192.168.105.61:9292 |
> http://192.168.105.61:9292 | 96299197a84a43d7a3932c5c6ae53ca0 |
> +----------------------------------+-----------+--------------------------------------------------+--------------------------------------------------+---------------------------------------------+----------------------------------+
>
> Thank you,
>
>
> On Tue, Mar 12, 2013 at 3:59 PM, Matthias Runge <mrunge@xxxxxxxxxx
> <mailto:mrunge@xxxxxxxxxx>> wrote:
>
> On 03/12/2013 11:20 AM, Ashutosh Narayan wrote:
> > Hi folks,
> >
> > I am trying to install dashboard as per instructions mentionedhere
> >
> <http://docs.openstack.org/trunk/openstack-compute/install/yum/content/installing-openstack-dashboard.html>.
> > First of all |/etc/openstack-dashboard/local_settings.py file doesn't|
> > exist instead |/etc/openstack-dashboard/local_settings is present.|
> > Second, file name |/etc/sysconfig/memcached.conf is not present|
> > instead I see |/etc/sysconfig/memcached file.|
> >
> Indeed, the local_settings is the right file; that's a typo in the docs.
>
> What is shown? Do you see an error? Is the webserver running? lsof -i is
> your friend. What about firewall rules? Did you enable access, if not
> running on localhost?
>
> In the docs, the hint to visit http://192.168.206.130/horizon on RHEL is
> plainly wrong.
>
> The dashboard can be found under http://<ip-address>/dashboard
>
> Matthias
>
> > I edit local_settings file with minimal requirements but dashboard
> page
> > doesn't show up.
> > I have restarted relevant services too. Where am I going wrong ?
> >
> > Please suggest.
> >
> >
> > Thank you,
> > --
> > Ashutosh Narayan
> >
> > http://ashutoshn.wordpress.com/
> >
> >
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~openstack
> > Post to : openstack@xxxxxxxxxxxxxxxxxxx
> <mailto:openstack@xxxxxxxxxxxxxxxxxxx>
> > Unsubscribe : https://launchpad.net/~openstack
> > More help : https://help.launchpad.net/ListHelp
> >
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> <mailto:openstack@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
>
>
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>
Follow ups
References