> @@ -47,17 +47,17 @@ public DatacenterToLocation(JustProvider provider) {
>     
>      @Override
>      public Location apply(Datacenter datacenter) {
> -        return new LocationBuilder().scope(LocationScope.ZONE)
> -                                    .metadata(ImmutableMap.<String, 
> Object>of())
> +        return new LocationBuilder().id(datacenter.getName())

agreed. I will re-open it against master

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/296/files#r14450984

Reply via email to