Skydive: Fix endpoint for keystone
Skydive need to use internal endpoint for join keystone like other service. Change-Id: I1f9c5a6d61547c81524c9c04fec48ed720033867 Closes-Bug: #1745949
This commit is contained in:
parent
f7cdcb155d
commit
3ddf4d673f
@ -13,7 +13,7 @@ logging:
|
||||
path: /var/log/kolla/skydive/skydive-agent.log
|
||||
|
||||
openstack:
|
||||
auth_url: {{ keystone_public_url }}/v3
|
||||
auth_url: {{ keystone_internal_url }}/v3
|
||||
username: {{ openstack_auth['username'] }}
|
||||
password: {{ openstack_auth['password'] }}
|
||||
tenant_name: {{ openstack_auth['project_name'] }}
|
||||
|
Loading…
Reference in New Issue
Block a user