Unable to view the openstack login after installing dashboard

Bug #1078526 reported by NarsingRao
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Undecided
Unassigned

Bug Description

Hi,

I am trying to install a single node Openstack installation (FOLSOM) by following Appendix B : of "Open Install and Delopy" guide dated : 9-Nov-2012

I have successfully installed keystone, glance and nova services, when I have installed openstack dashboard, I am unable to view the openstack dashboard,

Following are the steps which I have followed as mentioned in Appendix B of the manual

1) sudo apt-get install openstack-dashboard memcached
2) Edit /etc/openstack-dashboard/local_settings.py - QUANTUM_ENABLED = False
3) sudo service apache2 restart; sudo service memcached restart

After this I have pointed my web browser to the openstack URL, it displays "It works!" but not the openstack login prompt

Following is the output of apache2 dir

root@openstack:~# cd /etc/apache2/sites-available/
root@openstack:/etc/apache2/sites-available# ls
default default-ssl
root@openstack:/etc/apache2/sites-available# pwd
/etc/apache2/sites-available
root@openstack:/etc/apache2/sites-available# ls
default default-ssl
root@openstack:/etc/apache2/sites-available#
root@openstack:/etc/apache2/sites-available# cd ../sites-enabled/
root@openstack:/etc/apache2/sites-enabled# ls -l
total 0
lrwxrwxrwx 1 root root 26 Nov 13 14:05 000-default -> ../sites-available/default
root@openstack:/etc/apache2/sites-enabled#
root@openstack:/etc/apache2/sites-enabled#cd ../conf.d
root@openstack:/etc/apache2/conf.d# ls
charset localized-error-pages openstack-dashboard.conf other-vhosts-access-log security
root@openstack:/etc/apache2/conf.d#

Can anyone please help me on this

Thanks in advance,
Regards,
Narsing

Revision history for this message
koolhead17 (koolhead17) wrote :

Narsing,

What do you see when you type http://<yourdashIP>/horizon on your browser?

Inside local_settings.py i see

# Default Ubuntu apache configuration uses /horizon as the application root.
# Configure auth redirects here accordingly.
LOGIN_URL='/horizon/auth/login/'
LOGIN_REDIRECT_URL='/horizon'

Hope it works!!

Revision history for this message
NarsingRao (gurrapu-narsing) wrote :

Thank you very much it worked

Revision history for this message
NarsingRao (gurrapu-narsing) wrote :

One point, can you please mention this point in the Dashboard installation part of the document, might be helpfull for new members who are doing it for the first time :)

koolhead17 (koolhead17)
Changed in horizon:
status: New → Invalid
Revision history for this message
koolhead17 (koolhead17) wrote :

@Narsing good point!! :)

Anne Gentle (annegentle)
Changed in horizon:
status: Invalid → Confirmed
Revision history for this message
koolhead17 (koolhead17) wrote :

I have added a section describing about the local_settings.py config

Inside local_settings.py i see

# Default Ubuntu apache configuration uses /horizon as the application root.
# Configure auth redirects here accordingly.
LOGIN_URL='/horizon/auth/login/'
LOGIN_REDIRECT_URL='/horizon'

Closing this.

Changed in horizon:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.