Merge "Merge the nova HAproxy TLS options"

This commit is contained in:
Jenkins 2017-06-30 11:27:06 +00:00 committed by Gerrit Code Review
commit d5582dd84b
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ class tripleo::haproxy (
mode => 'http',
public_ssl_port => $ports[nova_api_ssl_port],
service_network => $nova_osapi_network,
#member_options => union($haproxy_member_options, $internal_tls_member_options),
member_options => union($haproxy_member_options, $internal_tls_member_options),
}
}