Nova: Use internal endpoint to access Neutron API

... instead of public endpoint.

Change-Id: I8bead4b01115f9f6a47c2a808065eb6b64a55a0c
This commit is contained in:
Takashi Kajinami 2021-12-06 09:35:03 +09:00
parent 04b9dd0af4
commit e78fbfb99e
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ outputs:
nova::dhcp_domain: ''
nova::network::neutron::password: {get_param: NeutronPassword}
nova::network::neutron::auth_url: {get_param: [EndpointMap, KeystoneV3Internal, uri]}
nova::network::neutron::valid_interfaces: 'internal'
nova::rabbit_heartbeat_timeout_threshold: 60
nova::cinder::catalog_info: 'volumev3:cinderv3:internalURL'
nova::host: "%{hiera('fqdn_canonical')}"