October 2015
Intermediate to advanced
210 pages
4h 23m
English
Horizon dashboard service is the web user interface for users to consume OpenStack services and for administrator to manage and operate OpenStack.
Install packages needed for Horizon as follows:
[root@controller ~]# yum install mod_wsgi openstack-dashboard Use firewall-cmd command to open port 80: [root@controller ~]# firewall-cmd --permanent --add-port=80/tcp [root@controller ~]# firewall-cmd --reload Configure SELinux: # setsebool -P httpd_can_network_connect on
Perform the following steps to configure and enable the Horizon dashboard service:
/etc/openstack-dashboard/local_settings:ALLOWED_HOSTS = ['localhost', '*'] OPENSTACK_HOST = "controller"
Read now
Unlock full access