openstack-manuals/doc/common/get-started-dashboard.rst
caoyuan 45aa0a9a02 Use "dashboard" to "Dashboard"
Change-Id: Ia261d7631fd5214b3b1f824f14fbb3347050d57b
2016-11-24 14:31:44 +00:00

737 B

Dashboard overview

The OpenStack Dashboard is a modular Django web application that provides a graphical interface to OpenStack services.

image

The dashboard is usually deployed through mod_wsgi in Apache. You can modify the dashboard code to make it suitable for different sites.

From a network architecture point of view, this service must be accessible to customers and the public API for each OpenStack service. To use the administrator functionality for other services, it must also connect to Admin API endpoints, which should not be accessible by customers.