Don't use keystone admin endpoint for nova placement

We're trying to move away from using keystone's admin endpoint. This
uses the internal one instead.

Change-Id: I9aabf0ac8f1fb21f835937fa4354cad3c8443211
This commit is contained in:
Juan Antonio Osorio Robles 2018-04-10 12:23:41 +03:00
parent 5d69ef030e
commit 4ec9e65c41
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ outputs:
nova::keystone::authtoken::project_name: 'service'
nova::keystone::authtoken::password: {get_param: NovaPassword}
nova::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
nova::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]}
nova::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
nova::wsgi::apache_placement::api_port: '8778'
nova::wsgi::apache_placement::ssl: {get_param: EnableInternalTLS}
# NOTE: bind IP is found in hiera replacing the network name with the local node IP