Manila: Use internal endpoints to access other services

... instead of public endpoints.

Change-Id: I5e0b120dc8cc17a9d4fb78f5a20afb24c6c1c780
This commit is contained in:
Takashi Kajinami 2021-12-06 09:31:01 +09:00
parent 04b9dd0af4
commit 5e77f81981
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,7 @@ outputs:
manila::compute::nova::project_domain_name: 'Default'
manila::compute::nova::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
manila::compute::nova::region_name: {get_param: KeystoneRegion}
manila::compute::nova::endpoint_type: 'internalURL'
# network
manila::network::neutron::username: 'manila'
manila::network::neutron::password: {get_param: ManilaPassword}
@ -117,6 +118,7 @@ outputs:
manila::network::neutron::project_domain_name: 'Default'
manila::network::neutron::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
manila::network::neutron::region_name: {get_param: KeystoneRegion}
manila::network::neutron::endpoint_type: 'internalURL'
# volume
manila::volume::cinder::username: 'manila'
manila::volume::cinder::password: {get_param: ManilaPassword}
@ -126,6 +128,7 @@ outputs:
manila::volume::cinder::project_domain_name: 'Default'
manila::volume::cinder::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
manila::volume::cinder::region_name: {get_param: KeystoneRegion}
manila::volume::cinder::endpoint_type: 'internalURL'
service_config_settings:
{get_attr: [ManilaBase, role_data, service_config_settings]}
# BEGIN DOCKER SETTINGS