Use the correct endpoint for OpenID connect configuration

The endpoint for the public is incorrectly listed as admin_endpoint,
this patch resolves this issue.

Change-Id: I3b97014cea953fa522718bb1c42054b60ad81e82
This commit is contained in:
Mohammed Naser 2016-09-17 15:50:28 -04:00
parent 3ceb12fd98
commit 142beea348
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class keystone::federation::openidc (
if $main_port {
keystone::federation::openidc_httpd_configuration{ 'main':
port => $::keystone::public_port,
keystone_endpoint => $::keystone::admin_endpoint,
keystone_endpoint => $::keystone::public_endpoint,
}
}