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 committed Dec 3, 2024
1 parent c42d7bd commit 869c841
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.ip || provision_interface.ip6 || provision_interface.fqdn
end
end

0 comments on commit 869c841

Please sign in to comment.