Merge "Remove deprecated options for keystone eventlet server"

This commit is contained in:
Zuul 2019-08-24 04:07:46 +00:00 committed by Gerrit Code Review
commit 0e25e6226b
1 changed files with 1 additions and 12 deletions

View File

@ -492,18 +492,7 @@ outputs:
- 5000 - 5000
- 13000 - 13000
- {get_param: [EndpointMap, KeystoneAdmin, port]} - {get_param: [EndpointMap, KeystoneAdmin, port]}
keystone::admin_bind_host: keystone::public_endpoint: {get_param: [EndpointMap, KeystonePublic, uri_no_suffix]}
str_replace:
template:
"%{hiera('fqdn_$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, KeystoneAdminApiNetwork]}
keystone::public_bind_host:
str_replace:
template:
"%{hiera('fqdn_$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, KeystonePublicApiNetwork]}
# NOTE: bind IP is found in hiera replacing the network name with the # NOTE: bind IP is found in hiera replacing the network name with the
# local node IP for the given network; replacement examples # local node IP for the given network; replacement examples
# (eg. for internal_api): # (eg. for internal_api):