Enable internal TLS options for ironic API

This was missing from the haproxy configuration. This commit sets that
up.

Change-Id: I33a16d79cc26c8c239b575361517e0151f14503c
Related-Bug: #1820815
This commit is contained in:
Juan Antonio Osorio Robles 2019-03-20 15:26:56 +02:00
parent 00818969cf
commit e38e6d5d4f
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),
}
}