
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
8 lines
274 B
YAML
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.
|