Files
nova/releasenotes/notes/novnc_respect_query-5a670b25a44e7fdc.yaml
Dmitriy Rabotyagov b063728254 Respect supplied arguments in novncproxy_base_url
In case an operator want to have NoVNC under a certain subpath instead
of the subdomain or custom port, they would need to instruct NoVNC
to establish WebSocket connection with a correct URI, which is passed
through `path` argument.

The implements parsing of novncproxy_base_url and appending token
to the request rather then re-writing request completely.

Implements: blueprint novnc-base-url-respect-extra-params
Change-Id: Ie900f4963a998222942c3d54a757ef1e625f7bf9
2024-12-23 15:12:55 +00:00

7 lines
190 B
YAML

---
features:
- |
Option ``novncproxy_base_url`` does now respect supplied custom query
which might be used to move NoVNC to a subdirectory or pass an extra
argument to NoVNC.