From d4ec1b631faa00aed2a939dcf2c76217024537ff Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 19 Oct 2020 18:41:38 +0900 Subject: [PATCH] Remove the swift::proxy::swift3 class This patch removes the swift::proxy::swift3 class, which no longer has valid implementation since it was deprecated[1]. [1] f24fd8c73edb3e6892c68de072861ce7237ad6d8 Change-Id: I1aca90eb467aba974a488301662465024e56e23b --- manifests/proxy/swift3.pp | 31 ------------------- .../notes/remove-swift3-ded25eb5da08c388.yaml | 4 +++ 2 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644 manifests/proxy/swift3.pp create mode 100644 releasenotes/notes/remove-swift3-ded25eb5da08c388.yaml diff --git a/manifests/proxy/swift3.pp b/manifests/proxy/swift3.pp deleted file mode 100644 index c02afa23..00000000 --- a/manifests/proxy/swift3.pp +++ /dev/null @@ -1,31 +0,0 @@ -# -# DEPRECATED! -# Configure swift swift3. -# -# == Dependencies -# -# == Parameters -# -# [*ensure*] -# Enable or not swift3 middleware -# Defaults to undef -# -# == Examples -# -# == Authors -# -# Francois Charlier fcharlier@ploup.net -# Joe Topjian joe@topjian.net -# -# == Copyright -# -# Copyright 2012 eNovance licensing@enovance.com -# -class swift::proxy::swift3( - $ensure = undef -) { - - warning('swift::proxy::swift3 is deprecated and has no effect. \ -Use swift::proxy::s3api to use s3api middleware implemented in swift.') - -} diff --git a/releasenotes/notes/remove-swift3-ded25eb5da08c388.yaml b/releasenotes/notes/remove-swift3-ded25eb5da08c388.yaml new file mode 100644 index 00000000..e5b47e5a --- /dev/null +++ b/releasenotes/notes/remove-swift3-ded25eb5da08c388.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + The ``swift::proxy::swift3`` class has been removed.