Remove deprecated amqp_allow_insecure_clients
... because it was deprecated during Wallaby cycle. Change-Id: Iaa45ec2a493f6dfdbabd71a1adf77332f4b9f638
This commit is contained in:
parent
e4e917ac82
commit
7c39b0e8f2
@ -200,12 +200,6 @@
|
||||
# task scheduler to reduce stampending.
|
||||
# Defaults to $::os_service_default.
|
||||
#
|
||||
# DEPRECATED PARAMETERS
|
||||
#
|
||||
# [*amqp_allow_insecure_clients*]
|
||||
# (optional) Accept clients using either SSL or plain TCP
|
||||
# Defaults to undef.
|
||||
#
|
||||
class manila (
|
||||
$default_transport_url = $::os_service_default,
|
||||
$rpc_response_timeout = $::os_service_default,
|
||||
@ -252,19 +246,12 @@ class manila (
|
||||
$report_interval = $::os_service_default,
|
||||
$periodic_interval = $::os_service_default,
|
||||
$periodic_fuzzy_delay = $::os_service_default,
|
||||
# DEPRECATED PARAMETERS
|
||||
$amqp_allow_insecure_clients = undef,
|
||||
) {
|
||||
|
||||
include manila::deps
|
||||
include manila::db
|
||||
include manila::params
|
||||
|
||||
if $amqp_allow_insecure_clients != undef {
|
||||
warning('The amqp_allow_insecure_clients parameter is deprecated and \
|
||||
will be removed in a future release.')
|
||||
}
|
||||
|
||||
if $use_ssl {
|
||||
if !$cert_file {
|
||||
fail('The cert_file parameter is required when use_ssl is set to true')
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The ``manila::amqp_allow_insecure_clients`` parameter has been removed.
|
Loading…
x
Reference in New Issue
Block a user