Remove deprecated amqp_allow_insecure_clients
... because it was deprecated during Wallaby cycle. Change-Id: Icc75eed81c112651c4622d2331f89f3d0c6654dc
This commit is contained in:
parent
4440bd74be
commit
b0b4ff042d
@ -176,12 +176,6 @@
|
||||
# in the magnum config.
|
||||
# Defaults to false.
|
||||
#
|
||||
# DEPRECATED PARAMETERS
|
||||
#
|
||||
# [*amqp_allow_insecure_clients*]
|
||||
# (Optional) Accept clients using either SSL or plain TCP
|
||||
# Defaults to undef.
|
||||
#
|
||||
class magnum(
|
||||
$package_ensure = 'present',
|
||||
$notification_transport_url = $::os_service_default,
|
||||
@ -219,8 +213,6 @@ class magnum(
|
||||
$amqp_username = $::os_service_default,
|
||||
$amqp_password = $::os_service_default,
|
||||
$purge_config = false,
|
||||
# DEPRECATED PARAMETERS
|
||||
$amqp_allow_insecure_clients = undef,
|
||||
) {
|
||||
|
||||
include magnum::deps
|
||||
@ -228,11 +220,6 @@ class magnum(
|
||||
include magnum::policy
|
||||
include magnum::db
|
||||
|
||||
if $amqp_allow_insecure_clients != undef {
|
||||
warning('The amqp_allow_insecure_clients parameter is deprecated and \
|
||||
will be removed in a future release.')
|
||||
}
|
||||
|
||||
package { 'magnum-common':
|
||||
ensure => $package_ensure,
|
||||
name => $::magnum::params::common_package,
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The ``magnum::amqp_allow_insecure_clients`` parameter has been removed.
|
Loading…
Reference in New Issue
Block a user