Designate: Use keystone v3 internal endpoint instead of admin

we're trying to avoid the usage of the admin endpoint in order to
deprecate it eventually.

Change-Id: I0c2e8779e4280185f647d01026ea7d38363e634e
This commit is contained in:
Juan Antonio Osorio Robles 2019-01-22 18:27:30 +02:00
parent 0af3101f0f
commit c980a40e55
1 changed files with 1 additions and 1 deletions

View File

@ -108,5 +108,5 @@ outputs:
neutron_api:
neutron::designate::password: {get_param: NeutronPassword}
neutron::designate::url: {get_param: [EndpointMap, DesignateInternal, uri]}
neutron::designate::auth_url: {get_param: [EndpointMap, KeystoneV3Admin, uri]}
neutron::designate::auth_url: {get_param: [EndpointMap, KeystoneV3Internal, uri]}
neutron::designate::project_name: 'service'