Horizon: Error viewing system information page with https

When system is configured with https, the sm-api internal endpoint
is incorrectly configured with https in haproxy.

Closes-Bug: #1794373

Change-Id: I0d2bc14dc5b2ac89b0720e8bddd6fb63348f3afd
Signed-off-by: Bin Qian <bin.qian@windriver.com>
This commit is contained in:
Bin Qian 2018-09-26 14:42:26 -04:00
parent 001e02ab27
commit e36c57fd77
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class platform::smapi::haproxy
server_name => 's-smapi-internal',
public_ip_address => $::platform::haproxy::params::private_ip_address,
public_port => $port,
public_api => false,
private_ip_address => $bind_ip,
private_port => $port,
}