← Back to team overview

openstack team mailing list archive

Re: Dashboard login page doesn't show up

 

On Tue, Mar 12, 2013 at 4:46 PM, Matthias Runge <mrunge@xxxxxxxxxx> wrote:

> On 03/12/2013 12:02 PM, Ashutosh Narayan wrote:
>
> >
> > The web page keeps on waiting and error_logs shows me
> > what I posted earlier.
> >
> >     Are you taking the credentials from your keystone?
> >
> >
> > Yes, I am taking credentials from keystone
> >
> >
> Please verify your keystone settings in
> /etc/openstack-dashboard/local_settings:
> grep OPENSTACK_HOST /etc/openstack_dashboard/local_settings
>

It points to keystone IP which in my case is 192.168.105.61
so I have edited it to one as seen below :-

[root@xxxx] openstack-dashboard]# grep OPENSTACK_HOST local_settings
OPENSTACK_HOST = "192.168.105.61"
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0"; % OPENSTACK_HOST


> (Should point to your keystone)
>
It's pointing to the keystone.

>
> >
> >     A side note: the config steps in the docs are not applicable at all.
> >
> > Is there are work around ?
> Around that additional config step? No! it's not required.
>

I am now able to login to dashboard after restarting nova-* services.
But yes, I have to troubleshoot some steps to get all components working.



>
>
> Matthias
> >
> >
> >     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>
> >     > <mailto: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>
> >     >     <mailto: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>
> >     >     <mailto:openstack@xxxxxxxxxxxxxxxxxxx
> >     <mailto:openstack@xxxxxxxxxxxxxxxxxxx>>
> >     >     Unsubscribe : https://launchpad.net/~openstack
> >     >     More help   : https://help.launchpad.net/ListHelp
> >     >
> >     >
> >     >
> >     >
> >     > --
> >     > Ashutosh Narayan
> >     >
> >     > http://ashutoshn.wordpress.com/
> >     >
> >
> >
> >
> >
> > --
> > Ashutosh Narayan
> >
> > http://ashutoshn.wordpress.com/
> >
>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/

Follow ups

References