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:
parent
9b9dde4745
commit
fc05a47efa
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user