aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-25 18:45:36 +0000
committerGerrit Code Review <review@openstack.org>2017-04-25 18:45:36 +0000
commitf0bff54e52fb7c097537eb45ebef8a758592fb1b (patch)
tree8de7be98670fd271a6c7224477cdd207c070a8bd /releasenotes
parent1822ab1c4a201ac952200b52ab600661ea3fea97 (diff)
parent1eeedbc095c432082c9a6d08c4d15ece36769a52 (diff)
Merge "Add migration SSH tunneling support" into stable/ocata
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.