diff options
author | Adam Young <ayoung@redhat.com> | 2016-09-12 12:43:39 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2016-09-12 12:43:39 -0400 |
commit | 09f569b6a60e6426102212e650b490ea0dd5084f (patch) | |
tree | eb73f7a6512a64652da09be84a621431ae6cf555 /puppet | |
parent | ede33f67b9d35e13b0341732852f76e84e115245 (diff) |
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
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/keystone.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |