Skydive: Fix endpoint for keystone (analyser)

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

Change-Id: I6fd76a035ab316f21d483a28a25bfb94c9ed6b95
Closes-Bug: #1747401
This commit is contained in:
Kevin TIBI 2018-02-05 12:13:39 +01:00 committed by Kevin Tibi
parent 70a5099376
commit 2c8160b17d

View File

@ -13,7 +13,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