aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/ui.pp
diff options
context:
space:
mode:
authorDan Trainor <dan.trainor@gmail.com>2016-10-14 14:43:36 -0700
committerDan Trainor <dan.trainor@gmail.com>2016-10-17 23:17:55 -0700
commit43d6dc468dc33e3af3b3de99c41b2ff479e61db7 (patch)
tree3a73d37884fdc29607aa8ed024680dfe017fce04 /manifests/ui.pp
parent33be802c705c857ce94a80252bc22b2e01e27fa8 (diff)
Enable communication between UI and the Undercloud by making HAProxy
proxy for the UI Change-Id: I74eac4bbfc16720eeb6e2bf0ee251689dde3bafc Implements: enable-communication-ui-undercloud
Diffstat (limited to 'manifests/ui.pp')
-rw-r--r--manifests/ui.pp2
1 files changed, 1 insertions, 1 deletions
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),