diff --git a/manifests/api.pp b/manifests/api.pp index b3af660..ddcc66e 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -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 diff --git a/releasenotes/notes/remove-host-and-port-from-api-cfab8847c7a8e703.yaml b/releasenotes/notes/remove-host-and-port-from-api-cfab8847c7a8e703.yaml new file mode 100644 index 0000000..cd84185 --- /dev/null +++ b/releasenotes/notes/remove-host-and-port-from-api-cfab8847c7a8e703.yaml @@ -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.