Merge "Remove deprecated watcher::use_ssl"

This commit is contained in:
Zuul 2024-04-25 15:08:46 +00:00 committed by Gerrit Code Review
commit fc1a03bea4
2 changed files with 5 additions and 11 deletions

View File

@ -204,11 +204,6 @@
# in the watcher config.
# Defaults to false.
#
# DEPRECATED PARAMETERS
#
# [*use_ssl*]
# (optional) Enable SSL on the API server.
#
# === Authors
#
# Daniel Pawlik <daniel.pawlik@corp.ovh.com>
@ -258,16 +253,10 @@ class watcher (
$notification_transport_url = $facts['os_service_default'],
$notification_driver = $facts['os_service_default'],
$notification_topics = $facts['os_service_default'],
# DEPRECATED PARAMETERS
$use_ssl = undef,
) {
include openstacklib::openstackclient
if $use_ssl != undef {
warning('The use_ssl parameter is deprecated and will be removed.')
}
include watcher::deps
include watcher::params
include watcher::policy

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
The deprecated and ineffective ``watcher::use_ssl`` parameter has been
removed.