Configure the region-related settings for core components

These settings become mandatory in a multi-region deployment.

Updated settings for cinder, glance, heat, neutron and nova.

Change-Id: I15aa7ec663da4e29e935b5c4b5819307977f5682
This commit is contained in:
Gauvain Pocentek
2019-06-04 14:27:16 +02:00
parent 9cca8760c7
commit fa1a6111e3
7 changed files with 15 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ outputs:
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::region_name: {get_param: KeystoneRegion}
nova::metadata::enable_proxy_headers_parsing: true
nova_metadata_wsgi_enabled: true
nova::wsgi::apache_metadata::api_port: '8775'