charm-nova-cloud-controller/templates/parts/section-console
Felipe Reyes 816ee80cd0 Add new interface 'dashboard'
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
2023-09-21 10:17:36 -03:00

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 -%}