Remove keystone::federation::openidc_httpd_configuration

... because it was deprecated several cycles ago[1] and has had no
effect since then.

[1] ace7aeb3b7

Change-Id: I13b823f5034d5102f5188593abbcffe6bb652ebd
This commit is contained in:
Takashi Kajinami 2022-04-25 16:35:41 +09:00
parent e7e5aff840
commit afc28df75d
2 changed files with 5 additions and 17 deletions

View File

@ -1,17 +0,0 @@
# == define: keystone::federation::openidc_httpd_configuration
#
# DEPRECATED!
#
# == Parameters
#
# [*keystone_endpoint*]
# The keystone endpoint to use when configuring the OpenIDC redirect back
# to keystone
# (Required) String value.
#
define keystone::federation::openidc_httpd_configuration (
$keystone_endpoint = undef
) {
warning('keystone::federation::openidc_httpd_configuration is deprecated')
}

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
The ``keystone::federation::openidc_httpd_configuration`` class has been
removed.