Fix tacker bug in haproxy

Tacker requires SSL to contact its public url. However, the path to the cert
was missing in the haproxy config because the haproxy_ssl option was missing

Change-Id: Ia0cfa9ff5fc5f720b52f9f917296e41805ea41d6
This commit is contained in:
Manuel Buil 2017-09-12 17:55:29 +02:00
parent 9b9dde4745
commit fc05a47efa

View File

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