$ 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
In browser
http://controller/horizon
login into openstack dashboard
login: admin
password: openstack