Merge "Nova: Use internal endpoint to access Neutron API"

This commit is contained in:
Zuul 2021-12-08 20:38:45 +00:00 committed by Gerrit Code Review
commit 8e37322dca
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')}"