> +      properties.setProperty(PROPERTY_ZONE + ".IAD." + ISO3166_CODES, 
> "US-VA");
> +      properties.setProperty(PROPERTY_ZONE + ".SYD." + ISO3166_CODES, 
> "AU-NSW");
> +      properties.setProperty(PROPERTY_ZONE + ".HKG." + ISO3166_CODES, "HK");
> +      return properties;
> +   }
> +   
> +   public static class Builder extends BaseProviderMetadata.Builder {
> +
> +      protected Builder(){
> +         id("rackspace-cloudqueues-us")
> +         .name("Rackspace Cloud Queues US")
> +         .apiMetadata(new MarconiApiMetadata().toBuilder()
> +                  .identityName("${userName}")
> +                  .credentialName("${apiKey}")
> +                  
> .defaultEndpoint("https://identity.api.rackspacecloud.com/v2.0/";)
> +                  .endpointName("identity service url ending in /v2.0/")

They are indeed different but, you're right, that could be made more clear 
here. I'll update the endpointName in 
https://github.com/jclouds/jclouds-labs-openstack/pull/43

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

Reply via email to