diff options
author | Oliver Walsh <owalsh@redhat.com> | 2017-03-28 16:02:18 +0100 |
---|---|---|
committer | Oliver Walsh <owalsh@redhat.com> | 2017-04-03 09:12:55 +0100 |
commit | ccbcd11276c7bc3ffc8f013d9a5b2d3944bf76cf (patch) | |
tree | 4f1a95a68419916842876e4dd9def49f8cb0e67e /releasenotes | |
parent | 02f5102eeb2600068c7561b156bf00a8eeed5bd0 (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
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. |