Skip to content

Commit

Permalink
Fixes #38057 - Use ipv6 too for ssh provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimShtein authored and stejskalleos committed Jan 13, 2025
1 parent e9e78f3 commit 820308f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/orchestration/ssh_provision.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ def validate_ssh_provisioning

def provision_host
# usually cloud compute resources provide IPs but virtualization do not
provision_interface.ip || provision_interface.fqdn
provision_interface.ip6 || provision_interface.ip || provision_interface.fqdn
end
end

0 comments on commit 820308f

Please sign in to comment.