[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:
Sam Doran 2019-08-01 12:16:00 -04:00 committed by Matt Clay
parent 67fe363297
commit b2c43bd2b7

View file

@ -104,6 +104,7 @@ class TowerCloudProvider(CloudProvider):
aci = get_tower_aci(self.args, self.version) aci = get_tower_aci(self.args, self.version)
aci.start() aci.start()
aci.wait()
connection = aci.get() connection = aci.get()