HAproxy should get full response from ironic-inspector

Ironic-inspector spams the logs with errors if we don't get full
response. If ironic-inspector answers something with 200 it should
be fine.

Change-Id: I464cdd139fb93ce7cd19fc5ac5960f302ae1a9f4
Closes-Bug: #1691971
Resolves: rhbz#1477663
This commit is contained in:
Lukas Bezdicka 2017-08-24 00:15:03 +02:00
parent ab48d3a438
commit 93ae3c9595
1 changed files with 1 additions and 0 deletions

View File

@ -1274,6 +1274,7 @@ class tripleo::haproxy (
server_names => hiera('ironic_inspector_node_names', $controller_hosts_names_real),
public_ssl_port => $ports[ironic_inspector_ssl_port],
service_network => $ironic_inspector_network,
listen_options => { 'http-check' => ['expect rstring .*200.*'], },
}
}