816ee80cd0
This new interface consumes information exposed by openstack-dashboard to correctly configure nova-serialproxy and allow requests coming from the web browser that tries to load the serial console. Change-Id: I2d82abffb9649f16a792f180806cea36cc5e25df Closes-Bug: #2030094
7 lines
224 B
Plaintext
7 lines
224 B
Plaintext
{% if console_allowed_origins -%}
|
|
[console]
|
|
# List of allowed origins to the console websocket proxy to allow connections
|
|
# from other origin hostnames.
|
|
allowed_origins = {{ console_allowed_origins|join(',') }}
|
|
{% endif -%}
|