diff options
author | Justin chi <chigang@huawei.com> | 2016-11-09 07:26:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-09 07:26:38 +0000 |
commit | 5f7e61eb5419681359af3ff3e37fac2b771a5c08 (patch) | |
tree | 11356f5a44b0bedbe3f48652628aec298db2670b /deploy/adapters/ansible/roles | |
parent | 92c05616a3612dca02ccbf88dcf4c73929f15dad (diff) | |
parent | 14c337344987857a4648ff08365b8b128a553ef8 (diff) |
Merge "Update the API version for Openstack Newton"
Diffstat (limited to 'deploy/adapters/ansible/roles')
-rw-r--r-- | deploy/adapters/ansible/roles/ha/templates/haproxy.cfg | 2 | ||||
-rw-r--r-- | deploy/adapters/ansible/roles/tacker/templates/tacker.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg index 222b5561..a6876da7 100644 --- a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg +++ b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg @@ -196,7 +196,7 @@ listen proxy-dashboarad listen stats mode http - bind 0.0.0.0:9999 + bind 0.0.0.0:9998 stats enable stats refresh 30s stats uri / 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 |