diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-25 18:45:36 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-25 18:45:36 +0000 |
commit | f0bff54e52fb7c097537eb45ebef8a758592fb1b (patch) | |
tree | 8de7be98670fd271a6c7224477cdd207c070a8bd /releasenotes | |
parent | 1822ab1c4a201ac952200b52ab600661ea3fea97 (diff) | |
parent | 1eeedbc095c432082c9a6d08c4d15ece36769a52 (diff) |
Merge "Add migration SSH tunneling support" into stable/ocata
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/migration_over_ssh-003e2a92f5f5374d.yaml | 14 |
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. |