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
This commit is contained in:
Mark Chappell 2020-02-28 11:11:12 +01:00
parent bb231974c2
commit 71dd438149
1 changed files with 1 additions and 1 deletions

View File

@ -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