From: Matthias Runge Date: Tue, 30 Aug 2016 07:56:54 +0000 (+0200) Subject: Clarify horizon allowed hosts setting X-Git-Tag: opnfv-6.0.0~1460^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d6df3c61c213b46e3b3fe0b8357a1222f0f79fed;p=apex-tripleo-heat-templates.git Clarify horizon allowed hosts setting Horizon allowed hosts should name the IP addresses/ DNS names (short/long) the Horizon node is listening to. Allowed hosts is used for header checks and is a security mechanism. Change-Id: I81c96357f969a1a436eecd35eb178579159bc719 --- diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml index c5d96819..bdb171ae 100644 --- a/puppet/services/horizon.yaml +++ b/puppet/services/horizon.yaml @@ -20,7 +20,8 @@ parameters: type: json HorizonAllowedHosts: default: '*' - description: A list of IP/Hostname allowed to connect to horizon + description: A list of IP/Hostname for the server Horizonis running on. + Used for header checks. type: comma_delimited_list NeutronMechanismDrivers: default: 'openvswitch'