keystone/bootstrap: fix identity service name

Service name for bootstrap should be named 'keystone' to match with what
Puppet creates, so we don't end up with multiple 'identity' services and
endpoints.

Change-Id: I9dc5bbd4de28e92e2b6161eb12cb92680f4363bd
This commit is contained in:
Emilien Macchi 2019-12-17 12:22:40 -05:00
parent 1683bf1a6c
commit 32d3676e5f
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ outputs:
OS_BOOTSTRAP_USERNAME: 'admin'
OS_BOOTSTRAP_PROJECT_NAME: 'admin'
OS_BOOTSTRAP_ROLE_NAME: 'admin'
OS_BOOTSTRAP_SERVICE_NAME: 'service'
OS_BOOTSTRAP_SERVICE_NAME: 'keystone'
OS_BOOTSTRAP_ADMIN_URL: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]}
OS_BOOTSTRAP_PUBLIC_URL: {get_param: [EndpointMap, KeystonePublic, uri_no_suffix]}
OS_BOOTSTRAP_INTERNAL_URL: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}