From 0eda2a0a50e57d3183ef4d70ee6ce9d257d59bb3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 4 Jul 2022 09:57:52 +0900 Subject: [PATCH] Deprecate support for swauth ... because the swauth project[1] has been already retired. [1] https://opendev.org/x/swauth Change-Id: I202a8044797bb3f315e2e4da7e412a0ee5b1349a --- manifests/proxy/swauth.pp | 2 ++ releasenotes/notes/deprecate-swauth-6fa98d40e43dfe63.yaml | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 releasenotes/notes/deprecate-swauth-6fa98d40e43dfe63.yaml diff --git a/manifests/proxy/swauth.pp b/manifests/proxy/swauth.pp index e9e739f2..94744c0d 100644 --- a/manifests/proxy/swauth.pp +++ b/manifests/proxy/swauth.pp @@ -23,6 +23,8 @@ class swift::proxy::swauth( include swift::deps + warning('Support for swauth has been deprecaed and will be removed in a futue release.') + package { 'python-swauth': ensure => $package_ensure, tag => 'swift-package', diff --git a/releasenotes/notes/deprecate-swauth-6fa98d40e43dfe63.yaml b/releasenotes/notes/deprecate-swauth-6fa98d40e43dfe63.yaml new file mode 100644 index 00000000..6c979322 --- /dev/null +++ b/releasenotes/notes/deprecate-swauth-6fa98d40e43dfe63.yaml @@ -0,0 +1,6 @@ +--- +deprecations: + - | + The ``swift::proxy::swauth`` class, which configures the ``swauth`` + middleware, has been deprecated and will be removed in a future release, + because the middleware is no longer maintained.