Comment 6 for bug 1936776

Revision history for this message
Michele Baldessari (michele) wrote :

So the error:
+ exec /usr/sbin/httpd -DFOREGROUND
httpd: Syntax error on line 40 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.modules.d/wsgi.load: Cannot load modules/mod_wsgi_python3.so into server: /etc/httpd/modules/mod_wsgi_python3.so: cannot open shared object file: No such file or directory

Is because the quay.io/tripleomaster containers are three days old and do not have review 800421 applied "Add python3-mod-wsgi to neutron-server image". Once we fix the images with those it fails like xek describes with the:
2021-07-20T15:18:43.838144481+00:00 stderr F (98)Address already in use: AH00072: make_sock: could not bind to address [::]:9696
2021-07-20T15:18:43.838144481+00:00 stderr F (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:9696

errors