Clarify horizon allowed hosts setting
authorMatthias Runge <mrunge@redhat.com>
Tue, 30 Aug 2016 07:56:54 +0000 (09:56 +0200)
committerBen Nemec <openstack@nemebean.com>
Fri, 21 Oct 2016 16:23:18 +0000 (16:23 +0000)
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

puppet/services/horizon.yaml

index c5d9681..bdb171a 100644 (file)
@@ -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'