diff options
author | Oliver Walsh <owalsh@redhat.com> | 2017-03-28 16:02:18 +0100 |
---|---|---|
committer | Oliver Walsh <owalsh@redhat.com> | 2017-04-21 01:02:04 +0000 |
commit | 4e398a76dea38c0593b4965d4ec75ab1836d2369 (patch) | |
tree | f1473618f61e51d4fc2734581c7338036e35f019 /releasenotes | |
parent | ef4a1da270f92aaf0c4fdb06fadaaec932149d49 (diff) |
Configure migration SSH tunnel
This patch configures SSH tunneling for nova cold-migration and reuses the
tunnel for libvirt live-migration unless TLS has been enabled.
Change-Id: I367757cbe8757d11943af7e41af620f9ce919a06
Depends-On: Iac1763761c652bed637cb7cf85bc12347b5fe7ec
(cherry picked from commit ccbcd11276c7bc3ffc8f013d9a5b2d3944bf76cf)
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/cold_migration_setup-dc4ebd834920c27f.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/cold_migration_setup-dc4ebd834920c27f.yaml b/releasenotes/notes/cold_migration_setup-dc4ebd834920c27f.yaml new file mode 100644 index 0000000..00b7799 --- /dev/null +++ b/releasenotes/notes/cold_migration_setup-dc4ebd834920c27f.yaml @@ -0,0 +1,4 @@ +--- +features: + - Configure ssh tunneling for nova cold-migration. Re-use the tunnel for + libvirt live-migration unless TLS is enabled. |