nova-metadata: use keystone internal endpoint instead of admin

We're trying to avoid the usage of the admin endpoint in order to
deprecate it eventually.

Change-Id: I4b9714d525129252e06a605690cf9b4b0cd793aa
This commit is contained in:
Juan Antonio Osorio Robles 2019-01-22 18:29:11 +02:00
parent 0af3101f0f
commit 38ddc4c493
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,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::metadata::enable_proxy_headers_parsing: true
nova_metadata_wsgi_enabled: true
nova::wsgi::apache_metadata::api_port: '8775'