[stable-2.8] Wait for Ansible Tower instance to be ready
(cherry picked from commit ea209e1c2f
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
This commit is contained in:
parent
67fe363297
commit
b2c43bd2b7
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ class TowerCloudProvider(CloudProvider):
|
|||
|
||||
aci = get_tower_aci(self.args, self.version)
|
||||
aci.start()
|
||||
aci.wait()
|
||||
|
||||
connection = aci.get()
|
||||
|
||||
|
|
Loading…
Reference in a new issue