Fix IP address for ssh-tunnel for UI

Port forwarding should be without http/s in configuration
Closes-Bug: #1722674

Change-Id: Iba1928441916cb6fa3261b40d23ecbd4717fb6ff
This commit is contained in:
Sagi Shnaidman 2017-10-11 08:42:08 +03:00
parent 027890f431
commit d92ea2c7aa
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% set ssh_tunnel_target_ip = "https://%s" % undercloud_network_cidr|nthhost(2) if undercloud_generate_service_certificate|bool else "http://%s:3000" % undercloud_network_cidr|nthhost(1) %}
{% set ssh_tunnel_target_ip = undercloud_network_cidr|nthhost(2) if undercloud_generate_service_certificate|bool else undercloud_network_cidr|nthhost(1) %}
[Unit]
Description=Set up ssh tunneling for TripleO