diff --git a/puppet/services/nova-metadata.yaml b/puppet/services/nova-metadata.yaml index 997a6511fd..8676eff023 100644 --- a/puppet/services/nova-metadata.yaml +++ b/puppet/services/nova-metadata.yaml @@ -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'