Merge "Revert "apache: Expose setenv""

This commit is contained in:
Zuul 2023-08-17 07:55:21 +00:00 committed by Gerrit Code Review
commit 648bdb504a
3 changed files with 0 additions and 11 deletions

View File

@ -50,10 +50,6 @@
# (optional) The priority for the vhost.
# Defaults to 10
#
# [*setenv*]
# (optional) Set environment variables for the vhost.
# Defaults to []
#
# [*threads*]
# (optional) The number of threads for the vhost.
# Defaults to 1
@ -143,7 +139,6 @@ class neutron::wsgi::apache (
$wsgi_process_display_name = undef,
$threads = 1,
$priority = 10,
$setenv = [],
$access_log_file = undef,
$access_log_pipe = undef,
$access_log_syslog = undef,
@ -167,7 +162,6 @@ class neutron::wsgi::apache (
group => $::neutron::params::group,
path => $path,
priority => $priority,
setenv => $setenv,
servername => $servername,
ssl => $ssl,
ssl_ca => $ssl_ca,

View File

@ -1,4 +0,0 @@
---
features:
- |
The new ``neutron::wsgi::apache::setenv`` parameter has been added.

View File

@ -9,7 +9,6 @@ describe 'neutron::wsgi::apache' do
:group => 'neutron',
:path => '/',
:priority => 10,
:setenv => [],
:servername => 'foo.example.com',
:ssl => false,
:threads => 1,