From: Adam Young Date: Mon, 12 Sep 2016 16:43:39 +0000 (-0400) Subject: Unset Keystone public_endpoint X-Git-Tag: opnfv-6.0.0~1607^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=09f569b6a60e6426102212e650b490ea0dd5084f;p=apex-tripleo-heat-templates.git Unset Keystone public_endpoint The keystone public_endpoint value should be deduced from the calling request and not hardcoded, or it makes network isolation impossible. Change-Id: Ide6a65aa9393cb84591b0015ec5966cc01ffbcf8 Closes-Bug: 1381961 --- diff --git a/puppet/services/keystone.yaml b/puppet/services/keystone.yaml index 79033047..6e94e4cf 100644 --- a/puppet/services/keystone.yaml +++ b/puppet/services/keystone.yaml @@ -136,7 +136,6 @@ outputs: keystone::endpoint::admin_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]} keystone::endpoint::region: {get_param: KeystoneRegion} keystone_enable_db_purge: {get_param: KeystoneEnableDBPurge} - keystone::public_endpoint: {get_param: [EndpointMap, KeystonePublic, uri_no_suffix]} keystone::db::mysql::user: keystone keystone::db::mysql::host: {get_param: [EndpointMap, MysqlInternal, host_nobrackets]} keystone::db::mysql::dbname: keystone