Merge "[Train and before] Apply default_listen_options to ironic-inspector" into stable/train

This commit is contained in:
Zuul 2020-12-26 04:51:41 +00:00 committed by Gerrit Code Review
commit 356f54c05c
1 changed files with 2 additions and 1 deletions

View File

@ -1375,7 +1375,8 @@ class tripleo::haproxy (
public_ssl_port => $ports[ironic_inspector_ssl_port],
service_network => $ironic_inspector_network,
mode => 'http',
listen_options => { 'http-check' => ['expect rstring .*200.*'], },
listen_options => merge($default_listen_options,
{ 'http-check' => ['expect rstring .*200.*'], }),
}
}