Installing dashboard horizon ( OpenStack cloud installation - Havana )



$ sudo apt-get install memcached libapache2-mod-wsgi openstack-dashboard

$ sudo nano /etc/openstack-dashboard/local_settings.py

CACHES = {
'default': {
'BACKEND' : 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION' : '127.0.0.1:11211'
}
}

$ sudo nano /etc/openstack-dashboard/local_settings.py:

ALLOWED_HOSTS = ['localhost', 'my-desktop']

$ sudo nano /etc/openstack-dashboard/local_settings.py

OPENSTACK_HOST = "controller"

$ sudo service apache2 restart
$ sudo memcached restart

$ sudo reboot

In windows goto cmd

ping controller

open notepad as administrator

goto Windows > System32 > drivers > etc

select hosts file and add

  controller

In browser

http://controller/horizon

login into openstack dashboard

login: admin

password: openstack


3 comments:

  1. i followed all your steps and successfully installed openstack on ubunutu 13.04.After opening the horizon on browser,in the security groups tab i am getting error: "unable to retrieve security groups".Any help would be greatly appreciated!!!

    ReplyDelete
  2. i just only showed installing till horizon there are more installation like network storage in openstack check documentation in openstack.org

    ReplyDelete
  3. new tuts https://www.youtube.com/playlist?list=PLPNBK2jcH43-z3LyOn1Y8Sg9oypevvrLg

    ReplyDelete

 

Flickr Photostream

Twitter Updates