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:
Kevin TIBI 2018-01-22 15:58:57 +01:00 committed by Eduardo Gonzalez
parent f7cdcb155d
commit 3ddf4d673f
1 changed files with 1 additions and 1 deletions

View File

@ -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'] }}