correct parameter names in openid federation support

recent versions of puppet-keystone replaced keystone_public_url and
keystone_admin_url with keystone_url.

Change-Id: I8e366e1d25cc971eefce719838af60a1befdcf15
This commit is contained in:
Lars Kellogg-Stedman 2019-03-20 16:14:45 -04:00
parent e4854d6ce1
commit 38f3bfd764

View File

@ -560,10 +560,8 @@ outputs:
keystone_openidc_enabled: True keystone_openidc_enabled: True
keystone::federation::openidc::methods: keystone::federation::openidc::methods:
get_param: KeystoneAuthMethods get_param: KeystoneAuthMethods
keystone::federation::openidc::keystone_public_url: keystone::federation::openidc::keystone_url:
get_param: [EndpointMap, KeystonePublic, uri_no_suffix] get_param: [EndpointMap, KeystonePublic, uri_no_suffix]
keystone::federation::openidc::keystone_admin_url:
get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]
keystone::federation::openidc::idp_name: keystone::federation::openidc::idp_name:
get_param: KeystoneOpenIdcIdpName get_param: KeystoneOpenIdcIdpName
keystone::federation::openidc::openidc_provider_metadata_url: keystone::federation::openidc::openidc_provider_metadata_url: