Listen 10.0.0.32:8774
Listen 10.0.0.32:8775
ServerSignature Off
ServerTokens Prod
TraceEnable off
TimeOut 60
KeepAliveTimeout 60
Options None
Require all granted
ErrorLog "/var/log/kolla/nova/apache-error.log"
CustomLog "/var/log/kolla/nova/apache-access.log" common
LogLevel info
WSGIDaemonProcess nova-api processes=1 threads=1 user=nova group=nova display-name=nova-api
WSGIProcessGroup nova-api
WSGIScriptAlias / /var/lib/kolla/venv/bin/nova-api-wsgi
WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On
= 2.4>
ErrorLogFormat "%{cu}t %M"
ErrorLog "/var/log/kolla/nova/nova-api-error.log"
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b %D \"%{Referer}i\" \"%{User-Agent}i\"" logformat
CustomLog "/var/log/kolla/nova/nova-api-access.log" logformat
WSGIDaemonProcess nova-metadata processes=1 threads=1 user=nova group=nova display-name=nova-metadata-api
WSGIProcessGroup nova-metadata
WSGIScriptAlias / /var/lib/kolla/venv/bin/nova-metadata-wsgi
WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On
= 2.4>
ErrorLogFormat "%{cu}t %M"
ErrorLog "/var/log/kolla/nova/nova-metadata-error.log"
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b %D \"%{Referer}i\" \"%{User-Agent}i\"" logformat
CustomLog "/var/log/kolla/nova/nova-metadata-access.log" logformat