diff options
Diffstat (limited to 'deploy/adapters/ansible/roles/tacker')
-rw-r--r-- | deploy/adapters/ansible/roles/tacker/templates/tacker.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/tacker/templates/tacker.j2 b/deploy/adapters/ansible/roles/tacker/templates/tacker.j2 index 5bc23473..d7311f62 100644 --- a/deploy/adapters/ansible/roles/tacker/templates/tacker.j2 +++ b/deploy/adapters/ansible/roles/tacker/templates/tacker.j2 @@ -10,7 +10,7 @@ state_path = /var/lib/tacker [keystone_authtoken] password = console -auth_uri = http://{{ internal_vip.ip }}:5000 +auth_uri = http://{{ internal_vip.ip }}:5000/v2.0 auth_url = http://{{ internal_vip.ip }}:35357 project_name = service |