From 43d6dc468dc33e3af3b3de99c41b2ff479e61db7 Mon Sep 17 00:00:00 2001 From: Dan Trainor Date: Fri, 14 Oct 2016 14:43:36 -0700 Subject: Enable communication between UI and the Undercloud by making HAProxy proxy for the UI Change-Id: I74eac4bbfc16720eeb6e2bf0ee251689dde3bafc Implements: enable-communication-ui-undercloud --- manifests/ui.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/ui.pp') diff --git a/manifests/ui.pp b/manifests/ui.pp index dc51bfc..41ad8d6 100644 --- a/manifests/ui.pp +++ b/manifests/ui.pp @@ -70,7 +70,7 @@ # class tripleo::ui ( $servername = $::fqdn, - $bind_host = undef, + $bind_host = hiera('controller_host'), $ui_port = 3000, $keystone_url = hiera('keystone_auth_uri_v2'), $heat_url = hiera('heat::keystone::auth::public_url', undef), -- cgit 1.2.3-korg