From a76d4bacdb069dd30825fa8cdc449c07acaeffd3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 12 Aug 2022 01:41:08 +0900 Subject: [PATCH] Remove unused items from platform_params Trivial-Fix Change-Id: Iace6d051007e3af8c88afd0611a373aef8da34ef --- spec/classes/neutron_wsgi_apache_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/classes/neutron_wsgi_apache_spec.rb b/spec/classes/neutron_wsgi_apache_spec.rb index 8fbbc5978..b37f42c17 100644 --- a/spec/classes/neutron_wsgi_apache_spec.rb +++ b/spec/classes/neutron_wsgi_apache_spec.rb @@ -90,15 +90,11 @@ describe 'neutron::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/neutron', :wsgi_script_source => '/usr/bin/neutron-api' } when 'RedHat' { - :httpd_service_name => 'httpd', - :httpd_ports_file => '/etc/httpd/conf/ports.conf', :wsgi_script_path => '/var/www/cgi-bin/neutron', :wsgi_script_source => '/usr/bin/neutron-api' }