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:
parent
0af3101f0f
commit
c980a40e55
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user