Merge "api: Remove deprecated host/api parameter"

This commit is contained in:
Zuul 2022-05-18 09:15:43 +00:00 committed by Gerrit Code Review
commit 9481198bba
2 changed files with 6 additions and 13 deletions

View File

@ -32,16 +32,6 @@
# HTTPProxyToWSGI middleware.
# Defaults to $::os_service_default.
#
# DEPRECATED PARAMETERS
#
# [*host*]
# (optional) The placement api bind address.
# Defaults to undef
#
# [*port*]
# (optional) Th e placement api port.
# Defaults to undef
#
class placement::api (
$enabled = true,
$manage_service = true,
@ -49,9 +39,6 @@ class placement::api (
$package_ensure = 'present',
$sync_db = false,
$enable_proxy_headers_parsing = $::os_service_default,
# DEPRECATED PARAMETERS
$host = undef,
$port = undef,
) inherits placement::params {
include placement::deps

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
The ``host`` parameter and the ``port`` parameter were removed from
the ``placement::api`` class. These two parameters were deprecated and
had no effect.