From 3c2418605278a4de5828dd0e2ca374346795f11a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 12 Aug 2022 01:36:38 +0900 Subject: [PATCH] Remove unused items from platform_params Trivial-Fix Change-Id: Id3f8a3038993095475bdde0e126fce106d54acde --- spec/classes/glance_wsgi_apache_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/classes/glance_wsgi_apache_spec.rb b/spec/classes/glance_wsgi_apache_spec.rb index 6d62cd13..15b63448 100644 --- a/spec/classes/glance_wsgi_apache_spec.rb +++ b/spec/classes/glance_wsgi_apache_spec.rb @@ -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' }