8. Add the dashboard

Controller Node:
1. sudo apt-get install apache2 memcached libapache2-mod-wsgi openstack-dashboard
 
2. sudo apt-get remove --purge openstack-dashboard-ubuntu-theme
 
3. sudo vi /etc/openstack-dashboard/local_settings.py
...
OPENSTACK_HOST = "controller"
 
4.
sudo service apache2 restart
sudo service memcached restart
posted @ 2015-05-09 09:27  dongdonggeorge  阅读(198)  评论(0编辑  收藏  举报