Skydive: Fix endpoint for keystone (analyser)

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

Change-Id: I6fd76a035ab316f21d483a28a25bfb94c9ed6b95
Closes-Bug: #1747401
(cherry picked from commit 2c8160b17d)
This commit is contained in:
Kevin TIBI 2018-02-05 12:13:39 +01:00 committed by Kevin Tibi
parent 24f6da2679
commit f0c1dd8e62
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ logging:
path: /var/log/kolla/skydive/skydive-analyzer.log
openstack:
auth_url: {{ keystone_public_url }}/v3
auth_url: {{ keystone_internal_url }}/v3
tenant_name: {{ openstack_auth['project_name'] }}
region_name: {{ openstack_region_name }}
domain_name: Default