diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-19 01:39:27 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-19 01:39:27 +0000 |
commit | cac8a68460d710ab678b2ff8cda19696ffb83e67 (patch) | |
tree | 010b80e3e95c6db04fd1d78e919a64dc25c6e120 /releasenotes/notes | |
parent | ff2ca16ba4701dc54ca5aa05ae960946ad3d331f (diff) | |
parent | 0271a63e52b961eab0da2f5c6a61811a7a1498f7 (diff) |
Merge "Add migration SSH tunneling support"
Diffstat (limited to 'releasenotes/notes')
-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. |