37a339d2b0
Configures certs/key for nova-novnc vencrypt when TLS is enabled on the internal network. A dedicated IPA sub-CA can be used to restrict access, however by default the main IPA CA is used. Depends-On: Ic73bcbdbecc1bc05f43acdd5480370f37ead3fb8 Change-Id: I67ffd847dc2d1949833a9d7039ad51e4364e02da
9 lines
368 B
YAML
9 lines
368 B
YAML
---
|
|
features:
|
|
- |
|
|
If TLS on the internal network is enabled, the nova-novnc to libvirt vnc
|
|
transport defaults to using TLS. This can be changed by setting the
|
|
``UseTLSTransportForVnc`` parameter, which is ``true`` by default.
|
|
A dedicated IPA sub-CA can be specified by the ``LibvirtVncCACert``
|
|
parameter. By default the main IPA CA will be used.
|