0bb477d765
Adds parameters to configure TLS for the nova novnc-proxy to libvirt/qemu now the support has landed in nova (bp/websocket-proxy-to-host-security). Change-Id: I24a9841ba04c95df27599b4d7ac2da8416e751e5
15 lines
560 B
YAML
15 lines
560 B
YAML
---
|
|
features:
|
|
- |
|
|
Add parameters to configure TLS for nova novncproxy to/from libvirt/qemu:
|
|
|
|
* ``nova::vncproxy::allow_noauth``
|
|
* ``nova::vncproxy::allow_vencrypt``
|
|
* ``nova::vncproxy::vencrypt_key``
|
|
* ``nova::vncproxy::vencrypt_cert``
|
|
* ``nova::vncproxy::vencrypt_ca``
|
|
* ``nova::compute::libvirt::qemu::vnc_tls``
|
|
* ``nova::compute::libvirt::qemu::vnc_tls_verify``
|
|
|
|
More info is available in the `nova vnc-proxy documentation <https://docs.openstack.org/nova/queens/admin/remote-console-access.html#vnc-proxy-security>`_.
|