Use new endpoint for Parallels based instances.

pull/71579/head
Matt Clay 4 years ago
parent b694dbadfe
commit 98febab975

@ -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