Merge "Enable internal TLS options for ironic API"

This commit is contained in:
Zuul 2019-03-21 16:49:31 +00:00 committed by Gerrit Code Review
commit 045004cbdf
1 changed files with 1 additions and 0 deletions

View File

@ -1284,6 +1284,7 @@ class tripleo::haproxy (
mode => 'http',
public_ssl_port => $ports[ironic_api_ssl_port],
service_network => $ironic_network,
member_options => union($haproxy_member_options, $internal_tls_member_options),
}
}