Merge "Clarify horizon allowed hosts setting"
authorJenkins <jenkins@review.openstack.org>
Fri, 21 Oct 2016 20:59:23 +0000 (20:59 +0000)
committerGerrit Code Review <review@openstack.org>
Fri, 21 Oct 2016 20:59:23 +0000 (20:59 +0000)
1  2 
puppet/services/horizon.yaml

@@@ -24,13 -20,9 +24,14 @@@ 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
 +  HorizonSecret:
 +    description: Secret key for Django
 +    type: string
 +    hidden: true
 +    default: ''
    NeutronMechanismDrivers:
      default: 'openvswitch'
      description: |