Remove extra slash character from horizon haproxy healthcheck url.
This would end up as //auth/login and can cause the healthcheck to fail. Change-Id: I16b5ad1efa1831348c70f0c332b7ba674f9e40c3
This commit is contained in:
parent
80c1433305
commit
af8adb377e
@ -33,7 +33,7 @@ haproxy_horizon_service:
|
||||
haproxy_balance_type: http
|
||||
haproxy_balance_alg: source
|
||||
haproxy_backend_httpcheck_options:
|
||||
- 'send hdr User-Agent "osa-haproxy-healthcheck" meth HEAD uri {{ horizon_webroot }}/auth/login/'
|
||||
- 'send hdr User-Agent "osa-haproxy-healthcheck" meth HEAD uri {{ horizon_webroot.rstrip("/") }}/auth/login/'
|
||||
haproxy_service_enabled: "{{ groups['horizon_all'] is defined and groups['horizon_all'] | length > 0 }}"
|
||||
haproxy_backend_ssl: "{{ horizon_backend_ssl | default(openstack_service_backend_ssl) }}"
|
||||
haproxy_backend_ca: "{{ horizon_haproxy_backend_ca | default(openstack_haproxy_backend_ca) }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user