Merge "Remove unused items from platform_params"

This commit is contained in:
Zuul 2022-08-11 18:29:27 +00:00 committed by Gerrit Code Review
commit a5d0af0d73
2 changed files with 0 additions and 4 deletions

View File

@ -125,13 +125,11 @@ describe 'nova::wsgi::apache_api' do
case facts[:osfamily]
when 'Debian'
{
:httpd_service_name => 'apache2',
:wsgi_script_path => '/usr/lib/cgi-bin/nova',
:api_wsgi_script_source => '/usr/bin/nova-api-wsgi',
}
when 'RedHat'
{
:httpd_service_name => 'httpd',
:wsgi_script_path => '/var/www/cgi-bin/nova',
:api_wsgi_script_source => '/usr/bin/nova-api-wsgi',
}

View File

@ -121,13 +121,11 @@ describe 'nova::wsgi::apache_metadata' do
case facts[:osfamily]
when 'Debian'
{
:httpd_service_name => 'apache2',
:wsgi_script_path => '/usr/lib/cgi-bin/nova',
:metadata_wsgi_script_source => '/usr/bin/nova-metadata-wsgi',
}
when 'RedHat'
{
:httpd_service_name => 'httpd',
:wsgi_script_path => '/var/www/cgi-bin/nova',
:metadata_wsgi_script_source => '/usr/bin/nova-metadata-wsgi',
}