Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The wait-for-ssh script was moved to resalloc-helpers
Browse files Browse the repository at this point in the history
From the resalloc-aws package.
praiskup committed Feb 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5ceece9 commit 20d80ef
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resalloc-ibm-cloud.spec
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ Source0: %{url}/archive/refs/tags/%{name}-%{version}.tar.gz

BuildArch: noarch

Requires: resalloc-helpers
BuildRequires: python3-devel
BuildRequires: pyproject-rpm-macros

2 changes: 1 addition & 1 deletion resalloc_ibm_cloud/ibm_cloud_vm.py
Original file line number Diff line number Diff line change
@@ -308,7 +308,7 @@ def delete_instance_attempt(service, instance_name, opts):

def _wait_for_ssh(floating_ip):
cmd = [
"resalloc-aws-wait-for-ssh",
"resalloc-wait-for-ssh",
"--log",
"debug",
"--timeout",

0 comments on commit 20d80ef

Please sign in to comment.