Remove unused items from platform_params

Trivial-Fix

Change-Id: Ib0e6034e4124de60997c20c79276a2121cda8c6c
This commit is contained in:
Takashi Kajinami 2022-08-12 01:38:28 +09:00
parent de2fcd4e58
commit 1cfb572bf2
1 changed files with 0 additions and 4 deletions

View File

@ -93,15 +93,11 @@ describe 'octavia::wsgi::apache' do
case facts[:osfamily]
when 'Debian'
{
:httpd_service_name => 'apache2',
:httpd_ports_file => '/etc/apache2/ports.conf',
:wsgi_script_path => '/usr/lib/cgi-bin/octavia',
:wsgi_script_source => '/usr/bin/octavia-wsgi',
}
when 'RedHat'
{
:httpd_service_name => 'httpd',
:httpd_ports_file => '/etc/httpd/conf/ports.conf',
:wsgi_script_path => '/var/www/cgi-bin/octavia',
:wsgi_script_source => '/usr/bin/octavia-wsgi',
}