kolla-ansible/releasenotes/notes/libvirt-tls-support-4ab81fbdbf5519d3.yaml
Kris Lindgren f8cfccb99e Add support for libvirt+tls
To securely support live migration between computenodes we should enable
tls, with cert auth, instead of TCP with no auth support.

Implements: blueprint libvirt-tls

Change-Id: I22ea6233933c840b853fdcc8e03400b2bf577271
2019-09-19 15:32:41 +01:00

8 lines
326 B
YAML

---
features:
- |
Adds support for configuring libvirt with TLS support. This allows for
secure communication between nova-compute and libvirt as well as between
libvirt on different hypervisors, during live-migration. The default
configuration passes data in plain text, over TCP, without authentication.