Trainl-only: Fix broken healthcheck of zaqar websocket endpoint

This partially reverts 6af63e1bb1 and
removes the healthcheck options added to the zaqar websocket endpoint.
The endpoint does not support the OPTIONS verb used by the httpchk.

Because websocket service behaves differently from usual REST servers,
this also removes httplog.

This fix is directly submitted to stable/train because the options
parameter were updated only in stable/train. (Because Zaqar was removed
in stable/wallaby and we "missed" updating the endpoint in
stale/victoria fortunately)

Closes-Bug: #1975462
Change-Id: I48330f0a6b79f25dcc25c59d33c90fa62407c635
This commit is contained in:
Takashi Kajinami 2022-05-24 00:28:33 +09:00
parent 6af63e1bb1
commit 26535b4912
1 changed files with 0 additions and 1 deletions

View File

@ -1736,7 +1736,6 @@ class tripleo::haproxy (
mode => 'http',
haproxy_listen_bind_param => [], # We don't use a transparent proxy here
listen_options => {
'option' => [ 'httpchk', 'httplog', ],
# NOTE(jaosorior): Websockets have more overhead in establishing
# connections than regular HTTP connections. Also, since it begins
# as an HTTP connection and then "upgrades" to a TCP connection, some