puppet-nova/releasenotes/notes/vnc_tls-cfea520d82511758.yaml
Oliver Walsh 0bb477d765 Add support for VNC TLS
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
2018-01-30 19:42:35 +00:00

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>`_.