Merge "Remove extra slash character from horizon haproxy healthcheck url."

This commit is contained in:
Zuul 2024-08-27 11:57:09 +00:00 committed by Gerrit Code Review
commit 7fa609d3c1

View File

@ -33,7 +33,7 @@ haproxy_horizon_service:
haproxy_balance_type: http haproxy_balance_type: http
haproxy_balance_alg: source haproxy_balance_alg: source
haproxy_backend_httpcheck_options: 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_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_ssl: "{{ horizon_backend_ssl | default(openstack_service_backend_ssl) }}"
haproxy_backend_ca: "{{ horizon_haproxy_backend_ca | default(openstack_haproxy_backend_ca) }}" haproxy_backend_ca: "{{ horizon_haproxy_backend_ca | default(openstack_haproxy_backend_ca) }}"