Merge "Skydive: Fix endpoint for keystone"

This commit is contained in:
Zuul 2018-01-31 03:53:35 +00:00 committed by Gerrit Code Review
commit 3342bc76fa

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