aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/ui.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-23 08:47:56 +0000
committerGerrit Code Review <review@openstack.org>2016-10-23 08:47:56 +0000
commit0b9c8fb56ae508aafca7219bfaff6e75afdfa9c2 (patch)
tree276829a3ce18bc1b524292761ed0f0e2c1e8b838 /manifests/ui.pp
parent9d8a6b6e740332c141b8fa6312b2a8ea315bea70 (diff)
parent43d6dc468dc33e3af3b3de99c41b2ff479e61db7 (diff)
Merge "Enable communication between UI and the Undercloud by making HAProxy proxy for the UI"
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),