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
This commit is contained in:
parent
f9000048e5
commit
d6df3c61c2
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user