diff options
-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' |