devstack: Remove mod_wsgi leftovers

the apache-aodh.template file and the AODH_SERVICE_PORT
variable don't seem to be used anywhere anymore.

Change-Id: Ie96ecf48f245a07d3f30cfb11ad14c3aedcee3a1
This commit is contained in:
Jaromir Wysoglad 2025-04-24 04:22:41 -04:00
parent e5c561a4c4
commit 4f71fea22c
2 changed files with 0 additions and 16 deletions

View File

@ -1,15 +0,0 @@
Listen %PORT%
<VirtualHost *:%PORT%>
WSGIDaemonProcess aodh-api processes=%APIWORKERS% threads=10 user=%USER% display-name=%{GROUP} %VIRTUALENV%
WSGIProcessGroup aodh-api
WSGIScriptAlias / %WSGIAPP%
WSGIApplicationGroup %{GLOBAL}
<IfVersion >= 2.4>
ErrorLogFormat "%{cu}t %M"
</IfVersion>
ErrorLog /var/log/%APACHE_NAME%/aodh.log
CustomLog /var/log/%APACHE_NAME%/aodh_access.log combined
</VirtualHost>
WSGISocketPrefix /var/run/%APACHE_NAME%

View File

@ -19,7 +19,6 @@ AODH_BACKEND=${AODH_BACKEND:-mysql}
# Aodh connection info.
AODH_SERVICE_PROTOCOL=http
AODH_SERVICE_HOST=${AODH_SERVICE_HOST:-$SERVICE_HOST}
AODH_SERVICE_PORT=${AODH_SERVICE_PORT:-8042}
AODH_NOTIFICATION_TOPICS=${AODH_NOTIFICATION_TOPICS:-notifications}