aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-19 01:39:27 +0000
committerGerrit Code Review <review@openstack.org>2017-04-19 01:39:27 +0000
commitcac8a68460d710ab678b2ff8cda19696ffb83e67 (patch)
tree010b80e3e95c6db04fd1d78e919a64dc25c6e120 /releasenotes
parentff2ca16ba4701dc54ca5aa05ae960946ad3d331f (diff)
parent0271a63e52b961eab0da2f5c6a61811a7a1498f7 (diff)
Merge "Add migration SSH tunneling support"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/migration_over_ssh-003e2a92f5f5374d.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releasenotes/notes/migration_over_ssh-003e2a92f5f5374d.yaml b/releasenotes/notes/migration_over_ssh-003e2a92f5f5374d.yaml
new file mode 100644
index 00000000..45ca9fe5
--- /dev/null
+++ b/releasenotes/notes/migration_over_ssh-003e2a92f5f5374d.yaml
@@ -0,0 +1,14 @@
+---
+features:
+ - |
+ Add support for cold migration over ssh.
+
+ This enables nova cold migration.
+
+ This also switches to SSH as the default transport for live-migration.
+ The tripleo-common mistral action that generates passwords supplies the
+ MigrationSshKey parameter that enables this.
+deprecations:
+ - |
+ The TCP transport is no longer used for live-migration and the firewall
+ port has been closed.