diff --git a/manifests/init.pp b/manifests/init.pp index 2346338..d91c7fc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 @@ -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 diff --git a/releasenotes/notes/remove-use_ssl-f041e852b691608b.yaml b/releasenotes/notes/remove-use_ssl-f041e852b691608b.yaml new file mode 100644 index 0000000..3640ffb --- /dev/null +++ b/releasenotes/notes/remove-use_ssl-f041e852b691608b.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + The deprecated and ineffective ``watcher::use_ssl`` parameter has been + removed.