Chapter 10. Install the Dashboard

10.1. Dashboard Service Requirements

The system hosting the dashboard service must be configured in the following way:
  • The httpd, mod_wsgi, and mod_ssl packages must be installed (for security purposes):
    # yum install -y mod_wsgi httpd mod_ssl
  • The system must have a connection to the Identity service, as well as to the other OpenStack API services (Compute, Block Storage, Object Storage, Image, and Networking services).
  • You must know the URL of the Identity service endpoint.