Remove deprecated placement::wsgi::apache::ensure_package

... because it was deprecated during Xena cycle[1].

[1] 20a4abee20d04800fd2c07429ed2256184a33037

Change-Id: I72fa9fbedb446e430d6b54a05c5d6ae491133852
This commit is contained in:
Takashi Kajinami 2022-05-17 14:08:55 +09:00
parent c3d53a6558
commit f64cc66b85
2 changed files with 4 additions and 12 deletions

View File

@ -85,12 +85,6 @@
# directives to be placed at the end of the vhost configuration.
# Defaults to undef.
#
# DEPRECATED PARAMETERS
#
# [*ensure_package*]
# (Optional) Control the ensure parameter for the Placement API package ressource.
# Defaults to undef
#
# == Examples
#
# include apache
@ -118,17 +112,11 @@ class placement::wsgi::apache (
$access_log_format = false,
$error_log_file = undef,
$vhost_custom_fragment = undef,
# DEPRECATED PARAMETERS
$ensure_package = undef,
) {
include placement::deps
include placement::params
if $ensure_package != undef {
warning('The placement::wsgi::apache::ensure_package parameter is deprecated and has no effect')
}
Anchor['placement::install::end'] -> Class['apache']
::openstacklib::wsgi::apache { 'placement_wsgi':

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The ``placement::wsgi::apache::ensure_package`` parameter has been removed.