> overrides.setProperty(Constants.PROPERTY_MAX_RETRIES, "1");
> return ContextBuilder.newBuilder(new AWSEC2ProviderMetadata())
> .credentials(ACCESS_KEY, SECRET_KEY)
> - .endpoint("http://localhost:" +
> regionToServers.get(DEFAULT_REGION).getPort())
> + .endpoint("http://" + defaultServer.getHostName() + ":" +
> defaultServer.getPort())
curious.. did you wildcard change these for a specific reason? the change here
and other files seems more verbose.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/617/files#r20973504