diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-21 20:59:23 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-21 20:59:23 +0000 |
commit | f4ec754a4df333af597cc44208c3cc7114b47969 (patch) | |
tree | d482cb55bd601c2cb53dad50bcf63a7a230704c4 | |
parent | 9b3aba0309af54991d3e24b0ca147426a5b815a5 (diff) | |
parent | d6df3c61c213b46e3b3fe0b8357a1222f0f79fed (diff) |
Merge "Clarify horizon allowed hosts setting"
-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 6ea5ec4e..1e08415c 100644 --- a/puppet/services/horizon.yaml +++ b/puppet/services/horizon.yaml @@ -24,7 +24,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 HorizonSecret: description: Secret key for Django |