Merge "Remove deprecated watcher::use_ssl"
This commit is contained in:
commit
fc1a03bea4
@ -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
|
||||
|
5
releasenotes/notes/remove-use_ssl-f041e852b691608b.yaml
Normal file
5
releasenotes/notes/remove-use_ssl-f041e852b691608b.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The deprecated and ineffective ``watcher::use_ssl`` parameter has been
|
||||
removed.
|
Loading…
x
Reference in New Issue
Block a user