Configure the dashboard for HTTP You can configure the dashboard for a simple HTTP deployment. The standard installation uses a non-encrypted HTTP channel. Specify the host for your OpenStack Identity Service endpoint in the /etc/openstack-dashboard/local_settings.py file with the OPENSTACK_HOST setting. The following example shows this setting: The service catalog configuration in the Identity Service determines whether a service appears in the dashboard. For the full listing, see Horizon Settings and Configuration. Restart Apache http server. For Ubuntu/Debian/SUSE: # service apache2 restart or for Fedora/RHEL/CentOS: # service httpd restart Next, restart memcached: # service memcached restart