From 71dd438149b2d96af0658f34678b2dba2d36bdf2 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Fri, 28 Feb 2020 11:11:12 +0100 Subject: [PATCH] Fix mapping of KeystoneOpenIdcEnableOAuth KeystoneOpenIdcEnableOAuth currently creates a hiera entry "keystone::federation::openidc::openidc_oauth_enabled", however this doesn't exist, it's "keystone::federation::openidc::openidc_enable_oauth" Change-Id: I867e0bcbfc54d759be85cb572413ad46d139d668 --- deployment/keystone/keystone-container-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/keystone/keystone-container-puppet.yaml b/deployment/keystone/keystone-container-puppet.yaml index f98b4c20ed..cb0e4c767e 100644 --- a/deployment/keystone/keystone-container-puppet.yaml +++ b/deployment/keystone/keystone-container-puppet.yaml @@ -498,7 +498,7 @@ outputs: get_param: KeystoneOpenIdcResponseType keystone::federation::openidc::remote_id_attribute: get_param: KeystoneOpenIdcRemoteIdAttribute - keystone::federation::openidc::openidc_oauth_enabled: + keystone::federation::openidc::openidc_enable_oauth: get_param: KeystoneOpenIdcEnableOAuth keystone::federation::openidc::openidc_introspection_endpoint: get_param: KeystoneOpenIdcIntrospectionEndpoint