Merge "Move [neutron] auth_url to KeystoneV3Internal"
This commit is contained in:
commit
6a81b393c9
@ -312,7 +312,7 @@ outputs:
|
|||||||
nova::network::neutron::dhcp_domain: ''
|
nova::network::neutron::dhcp_domain: ''
|
||||||
nova::network::neutron::neutron_password: {get_param: NeutronPassword}
|
nova::network::neutron::neutron_password: {get_param: NeutronPassword}
|
||||||
nova::network::neutron::neutron_url: {get_param: [EndpointMap, NeutronInternal, uri]}
|
nova::network::neutron::neutron_url: {get_param: [EndpointMap, NeutronInternal, uri]}
|
||||||
nova::network::neutron::neutron_auth_url: {get_param: [EndpointMap, KeystoneV3Admin, uri]}
|
nova::network::neutron::neutron_auth_url: {get_param: [EndpointMap, KeystoneV3Internal, uri]}
|
||||||
nova::rabbit_heartbeat_timeout_threshold: 60
|
nova::rabbit_heartbeat_timeout_threshold: 60
|
||||||
nova::cinder_catalog_info: 'volumev3:cinderv3:internalURL'
|
nova::cinder_catalog_info: 'volumev3:cinderv3:internalURL'
|
||||||
nova::host: "%{hiera('fqdn_canonical')}"
|
nova::host: "%{hiera('fqdn_canonical')}"
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
In other sections we already use the internal endpoints for
|
||||||
|
authentication urls. With this change the auth_uri in the
|
||||||
|
neutron section gets moved from KeystoneV3Admin to
|
||||||
|
KeystoneV3Internal.
|
Loading…
Reference in New Issue
Block a user