Remove unused items from platform_params

Trivial-Fix

Change-Id: Id3f8a3038993095475bdde0e126fce106d54acde
This commit is contained in:
Takashi Kajinami 2022-08-12 01:36:38 +09:00
parent 23584e89be
commit 3c24186052
1 changed files with 0 additions and 4 deletions

View File

@ -164,15 +164,11 @@ describe 'glance::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/glance',
:wsgi_script_source => '/usr/bin/glance-wsgi-api'
}
when 'RedHat'
{
:httpd_service_name => 'httpd',
:httpd_ports_file => '/etc/httpd/conf/ports.conf',
:wsgi_script_path => '/var/www/cgi-bin/glance',
:wsgi_script_source => '/usr/bin/glance-wsgi-api'
}