Skydive: Fix endpoint for keystone

Skydive need to use internal endpoint for join keystone like other service.

Change-Id: I1f9c5a6d61547c81524c9c04fec48ed720033867
Closes-Bug: #1745949
(cherry picked from commit 3ddf4d673f)
This commit is contained in:
Kevin TIBI 2018-01-22 15:58:57 +01:00 committed by Kevin Tibi
parent 1ee61e6e81
commit b75dcb9ccb
1 changed files with 1 additions and 1 deletions

View File

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