> return ContextBuilder.newBuilder(new EC2ApiMetadata())
> .credentials(ACCESS_KEY, SECRET_KEY)
> - .endpoint("http://localhost:" +
> regionToServers.get(DEFAULT_REGION).getPort())
> + .endpoint("http://" + defaultServer.getHostName() + ":" +
> defaultServer.getPort())
I've found that MWS 2.1.0 does not bind 127.0.0.1, but the public IP address,
and that made the tests fail.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/617/files#r20973303