Use new endpoint for Parallels based instances.

This commit is contained in:
Matt Clay 2020-08-31 16:35:51 -07:00
parent b694dbadfe
commit 98febab975
2 changed files with 3 additions and 2 deletions

View file

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

View file

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