tripleo-common/releasenotes/notes/migration_ssh_key-6e772d18d4d24485.yaml
Oliver Walsh 5f136811d6 Add MigrationSshKey to generated passwords
This reuses the existing password generation mistral action to generate an ssh
keypair to be used for nova cold migration

Paramiko is used to generate the ssh key, based on the existing approach in the
nova keypair api.

Also update validation ssh key generation to reuse the same method.

Change-Id: I9e7a1862911312ad942233ac8fc828f4e1be1dcf
2017-04-03 09:22:10 +01:00

5 lines
165 B
YAML

---
features:
- Add MigrationSshKey to generated passwords. This ssh key-pair is used by
nova cold-migration and libvirt live-migration unless TLS is enabled.