diff options
author | Matthias Runge <mrunge@redhat.com> | 2016-08-30 09:56:54 +0200 |
---|---|---|
committer | Ben Nemec <openstack@nemebean.com> | 2016-10-21 16:23:18 +0000 |
commit | d6df3c61c213b46e3b3fe0b8357a1222f0f79fed (patch) | |
tree | 1dd4d211625c4d2dc45feedcb5e8e05c91ddde89 /puppet | |
parent | f9000048e5d120e5a47eaad44318f8b884b5ba7d (diff) |
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
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/horizon.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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' |