openstack-manuals/doc/install-guide-rst/source/horizon.rst
KATO Tomoyuki 60be2f9414 [install-guide-rst] add horizon chapter
just a conversion to rst files.
ch_horizon.xml

Change-Id: Icb572a84be680a450efddbf1e5ebd7d5f3b89aba
Implements: blueprint installguide-liberty
2015-07-01 20:23:45 +09:00

2.2 KiB

Add the dashboard

The OpenStack dashboard, also known as Horizon is a Web interface that enables cloud administrators and users to manage various OpenStack resources and services.

The dashboard enables web-based interactions with the OpenStack Compute cloud controller through the OpenStack APIs.

Horizon enables you to customize the brand of the dashboard.

Horizon provides a set of core classes and reusable templates and tools.

This example deployment uses an Apache web server.

dashboard-install.rst dashboard-verify.rst

Next steps

Your OpenStack environment now includes the dashboard. You can launch an instance or add more services to your environment in the following chapters.

After you install and configure the dashboard, you can complete the following tasks:

  • Provide users with a public IP address, a username, and a password so they can access the dashboard through a web browser. In case of any SSL certificate connection problems, point the server IP address to a domain name, and give users access.

  • Customize your dashboard. See section Customize the dashboad <http://docs.openstack.org/admin-guide-cloud/ content/ch_install-dashboard.html#dashboard-custom-brand>__ in the OpenStack Cloud Administrator Guide for information on setting up colors, logos, and site titles.

  • Set up session storage. See section Set up session storage for the dashboard <http://docs.openstack.org/admin-guide-cloud/content/ dashboard-sessions.html#dashboard-sessions>__ in the OpenStack Cloud Administrator Guide for information on user session data.

  • To use the VNC client with the dashboard, the browser must support HTML5 Canvas and HTML5 WebSockets.

    For details about browsers that support noVNC, see README and browser support.