openstack-manuals/doc/common/get_started_dashboard.rst
chen-xing dead1ea84f [admin-guide] Update the snapshot of the dashboard
Change-Id: I75d07df9dfa76ee7a2d5bb38b3e83f7eb7513413
Closes-Bug: #1558916
2016-03-27 13:04:19 +00:00

768 B

OpenStack dashboard

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.