Remove legacy apache variables

Change-Id: I3f63f7b01dfa99a90d69534dd2fea90bc2b1b422
This commit is contained in:
Jonathan Rosser 2022-02-02 04:04:12 -05:00
parent b7ff1830da
commit 2e3e39ab6b
2 changed files with 0 additions and 16 deletions

View File

@ -39,13 +39,3 @@ aodh_test_distro_packages:
aodh_oslomsg_amqp1_distro_packages:
- libsasl2-modules
- sasl2-bin
# NOTE(noonedeadpunk): These variables are left for migration from apache to uwsgi
# which was introduced during train release. They can be dropped afterwards.
aodh_system_service_name: apache2
aodh_apache_config:
- "/etc/apache2/sites-available/aodh-httpd.conf"
- "/etc/apache2/sites-enabled/aodh-httpd.conf"
- "/etc/apache2/sites-enabled/aodh-api.conf"
- "/etc/apache2/sites-available/aodh-api.conf"
aodh_apache_ports: "/etc/apache2/ports.conf"

View File

@ -41,9 +41,3 @@ aodh_oslomsg_amqp1_distro_packages:
- cyrus-sasl-plain
- cyrus-sasl-md5
# NOTE(noonedeadpunk): These variables are left for migration from apache to uwsgi
# which was introduced during train release. They can be dropped afterwards.
aodh_system_service_name: httpd
aodh_apache_config:
- "/etc/httpd/conf.d/aodh-httpd.conf"
aodh_apache_ports: "/etc/httpd/conf.d/ports.conf"