<div dir="ltr">Hi,<div>I'm having an issue with httpd not starting on my install. I have installed rocky</div><div>on a windows 10 laptop with virtualbox and centos 7 guests. So far I have</div><div>2 controllers and 3 compute nodes. I have followed the install docs for rocky.</div><div><br></div><div><a href="https://docs.openstack.org/install-guide/openstack-services.html#minimal-deployment-for-rocky">https://docs.openstack.org/install-guide/openstack-services.html#minimal-deployment-for-rocky</a> </div><div><br></div><div>Minimal services have been installed and configured.keystone, glance, nova, neutron are <br></div><div>configured and running. I followed the install for horizon dashboard, and that is where I'm getting</div><div>httpd.service failing. I have gone over the configuration a few times, but I can not find what the issue is. Any ideas of where to look or what to fix?</div><div>Thanks for any help with this</div><div><br></div><div>------------------------</div><div>[root@openstack-cntr1 ~]# systemctl | egrep -i 'openstack|neutron|httpd'<br>● httpd.service                                                                            loaded failed failed    The Apache HTTP Server<br>  neutron-dhcp-agent.service                                                               loaded active running   OpenStack Neutron DHCP Agent<br>  neutron-linuxbridge-agent.service                                                        loaded active running   OpenStack Neutron Linux Bridge Agent<br>  neutron-metadata-agent.service                                                           loaded active running   OpenStack Neutron Metadata Agent<br>  neutron-server.service                                                                   loaded active running   OpenStack Neutron Server<br>  openstack-glance-api.service                                                             loaded active running   OpenStack Image Service (code-named Glance) API server<br>  openstack-glance-registry.service                                                        loaded active running   OpenStack Image Service (code-named Glance) Registry server<br>  openstack-nova-api.service                                                               loaded active running   OpenStack Nova API Server<br>  openstack-nova-conductor.service                                                         loaded active running   OpenStack Nova Conductor Server<br>  openstack-nova-consoleauth.service                                                       loaded active running   OpenStack Nova VNC console auth Server<br>  openstack-nova-novncproxy.service                                                        loaded active running   OpenStack Nova NoVNC Proxy Server<br>  openstack-nova-scheduler.service                                                         loaded active running   OpenStack Nova Scheduler Server<br>[root@openstack-cntr1 ~]# systemctl start httpd.service<br>Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.<br>[root@openstack-cntr1 ~]# systemctl status httpd.service<br>● httpd.service - The Apache HTTP Server<br>   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)<br>  Drop-In: /usr/lib/systemd/system/httpd.service.d<br>           └─openstack-dashboard.conf<br>   Active: failed (Result: exit-code) since Sat 2019-11-30 09:45:46 EST; 15s ago<br>     Docs: man:httpd(8)<br>           man:apachectl(8)<br>  Process: 12855 ExecStartPre=/usr/bin/python /usr/share/openstack-dashboard/manage.py collectstatic --noinput --clear -v0 (code=exited, status=1/FAILURE)<br><br>Nov 30 09:45:46 openstack-cntr1 python[12855]: File "/usr/share/openstack-dashboard/openstack_dashboard/settings.py", line 376, in <module><br>Nov 30 09:45:46 openstack-cntr1 python[12855]: from local.local_settings import *  # noqa: F403,H303<br>Nov 30 09:45:46 openstack-cntr1 python[12855]: File "/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py", line 399<br>Nov 30 09:45:46 openstack-cntr1 python[12855]: 'supported_vnic_types': ['*'],<br>Nov 30 09:45:46 openstack-cntr1 python[12855]: ^<br>Nov 30 09:45:46 openstack-cntr1 python[12855]: IndentationError: unexpected indent<br>Nov 30 09:45:46 openstack-cntr1 systemd[1]: httpd.service: control process exited, code=exited status=1<br>Nov 30 09:45:46 openstack-cntr1 systemd[1]: Failed to start The Apache HTTP Server.<br>Nov 30 09:45:46 openstack-cntr1 systemd[1]: Unit httpd.service entered failed state.<br>Nov 30 09:45:46 openstack-cntr1 systemd[1]: httpd.service failed.<br>[root@openstack-cntr1 ~]#</div></div>