Merge "Skydive: Fix endpoint for keystone" into stable/pike

This commit is contained in:
Zuul 2018-03-13 13:56:35 +00:00 committed by Gerrit Code Review
commit 24f6da2679
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'] }}