openstack-ansible-os_nova/releasenotes/notes/custom_ssh_config-46c443e077b3386b.yaml
Dmitriy Rabotyagov 5884318116 Allow to apply custom configuration to Nova SSH config
In case compute nodes using non-standard SSH port or some other
hacky connection between each other, deployers might need to
supply extra configuration inside it.

community.general.ssh_config module was not used, as it requires extra
`paramiko` module to be installed on each destination host.

Change-Id: Ic79aa391e729adf61f5653dd3cf72fee1708e2f5
2024-09-27 12:58:02 +00:00

8 lines
274 B
YAML

---
features:
- |
Added variable ``nova_ssh_custom_config`` which allows to apply
extra configuration for SSH connection established by Nova Compute
while perfroming offline migrations or resizes.
Can be leveraged to define a custom SSH port or ProxyJump.