neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

fix: ssh action crashes as it misses global_context #101

Closed pvoborni closed 3 years ago

pvoborni commented 3 years ago

utils.ssh_to_host requires to have global_context initialized but with introduction of it ssh action was not ammended. Without it mrack crashed on sshing to a host.

This fix is initializing utils.global_context in ssh_action and thus fixing the issue.

Signed-off-by: Petr Vobornik pvoborni@redhat.com