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:
parent
e7e5aff840
commit
afc28df75d
@ -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')
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The ``keystone::federation::openidc_httpd_configuration`` class has been
|
||||
removed.
|
Loading…
Reference in New Issue
Block a user