Modify tacker port in haproxy config

We changed tacker port from 8888 to 9890 in the role already:

https://review.openstack.org/#/c/495799/

We must change it also in the haproxy config

Change-Id: Ie45ebab88690797ac9141af9842b2a219cdbca63
This commit is contained in:
Manuel Buil 2017-08-28 11:03:05 +02:00
parent 09ac842977
commit 3ddd01e887
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ haproxy_default_services:
haproxy_service_name: tacker
haproxy_backend_nodes: "{{ groups['tacker_all'] | default([]) }}"
haproxy_ssl: "{{ haproxy_ssl }}"
haproxy_port: 8888
haproxy_port: 9890
haproxy_balance_type: http
haproxy_backend_options:
- "forwardfor"