Configure the dashboard for HTTPYou 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 local_settings file(on Fedora/RHEL/
CentOS: /etc/openstack-dashboard/local_settings,
on Ubuntu and Debian: /etc/openstack-dashboard/local_settings.py,
and on openSUSE: /srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py)
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 restartor for Fedora/RHEL/CentOS:#service httpd restartNext, restart memcached:#service memcached restart