> +import static com.google.common.base.Preconditions.checkArgument;
> +import static com.google.common.base.Preconditions.checkNotNull;
> +import static com.google.common.base.Preconditions.checkState;
> +
> +import java.net.URI;
> +import java.util.Map;
> +
> +import javax.inject.Inject;
> +import javax.inject.Singleton;
> +
> +import org.jclouds.location.Region;
> +
> +import com.google.common.base.Function;
> +import com.google.common.base.Supplier;
> +
> +@Singleton

We should also address this in the original RegionToEndpoint, then. Any idea 
why this was like that in the first place?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/169/files#r20374242

Reply via email to