f8cfccb99e
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
8 lines
326 B
YAML
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.
|