From 26aca0cf89f9d60af3b935855eff23c5dbbd4f6f Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Tue, 24 Jan 2017 11:00:31 -0800 Subject: [PATCH] Add missing haproxy_ssl option to default configs The default haproxy service configurations for 'keystone_admin' and 'designate_api' are missing the 'haproxy_ssl' option, preventing them from being configured for SSL termination by HAProxy. Change-Id: I23beb3b06b3621b041105523b60465c64d8f863a --- playbooks/vars/configs/haproxy_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/vars/configs/haproxy_config.yml b/playbooks/vars/configs/haproxy_config.yml index 85bd3e9bda..b7feedc653 100644 --- a/playbooks/vars/configs/haproxy_config.yml +++ b/playbooks/vars/configs/haproxy_config.yml @@ -124,6 +124,7 @@ haproxy_default_services: haproxy_service_name: keystone_admin haproxy_backend_nodes: "{{ groups['keystone_all'] | default([]) }}" haproxy_port: 35357 + haproxy_ssl: "{{ haproxy_ssl }}" haproxy_balance_type: "http" haproxy_backend_options: - "httpchk HEAD /" @@ -271,6 +272,7 @@ haproxy_default_services: - service: haproxy_service_name: designate_api haproxy_backend_nodes: "{{ groups['designate_api'] | default([]) }}" + haproxy_ssl: "{{ haproxy_ssl }}" haproxy_port: 9001 haproxy_balance_type: http haproxy_backend_options: