enable secure data transport between QEMU servers for migration
Bug #1793093 reported by
Martin Schuppert
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| tripleo |
Fix Released
|
Undecided
|
Martin Schuppert | ||
Bug Description
The default QEMU migration transport runs a clear text TCP connection between the two QEMU servers. It is possible to tunnel the migration connection over libvirtd's secure connection but this imposes a significant performance penalty. It is also not possible to tunnel the NBD connection use for block migration at all.
As a step towards securing the management network we need to have Nova configure QEMU to use native TLS support on its migration and NBD data transports, without any tunneling.
This depends on the libvirt support for TLS encryption for NBD disks.
| Changed in tripleo: | |
| assignee: | nobody → Martin Schuppert (mschuppert) |
| Changed in tripleo: | |
| status: | New → In Progress |
To post a comment you must log in.

Related fix proposed to branch: master /review. openstack. org/603341
Review: https:/