Description of problem: under some circumstances, the standard timeout (60 sec) is not enough for startup. This can happen, when starting everything fully virtualized on a slow or loaded machine. We should increase the timeout (before it is marked as failed) to 2 mins. [Service] ExecStartPre=/usr/bin/python /usr/share/openstack-dashboard/manage.py collectstatic --noinput --clear ExecStartPre=/usr/bin/python /usr/share/openstack-dashboard/manage.py compress --force TimeoutStartSec=2min [Unit] After=memcached.service Version-Release number of selected component (if applicable): openstack-dashboard-8.0.0-8.el7ost.noarch
# grep TimeoutStartSec /usr/lib/systemd/system/httpd.service.d/openstack-dashboard.conf TimeoutStartSec=2min
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-0603.html