[stable-2.10] Use new endpoint for Parallels based instances.

(cherry picked from commit 98febab975)

Co-authored-by: Matt Clay <matt@mystile.com>
pull/71611/head
Matt Clay 4 years ago
parent 333f7bc088
commit ec8878ced4

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Use new endpoint for Parallels based instances with the ``--remote`` option.

@ -187,8 +187,7 @@ class AnsibleCoreCI:
if self.args.remote_endpoint:
self.endpoints = (self.args.remote_endpoint,)
else:
self.endpoints = self._get_parallels_endpoints()
self.max_threshold = 6
self.endpoints = (AWS_ENDPOINTS['us-east-1'],)
self.ssh_key = SshKey(args)
self.port = None

Loading…
Cancel
Save