Red Hat Training
A Red Hat training course is available for Red Hat OpenStack Platform
10.3. Launch the Apache Web Service
The dashboard is a Django (Python) web application; it is hosted by the
httpd service. Start the service, and configure it to start at boot time:
#systemctl start httpd.service#systemctl enable httpd.service