> +
> +      return properties;
> +   }
> +   
> +   public static class Builder extends BaseProviderMetadata.Builder {
> +
> +      protected Builder() {
> +         id("hpcloud-blockstorage")
> +         .name("HPCloud Block Storage")
> +         .apiMetadata(new CinderApiMetadata().toBuilder()
> +               .identityName("${tenantName:accessKey}")
> +               .credentialName("${secret}")
> +               
> .defaultEndpoint("https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/";)
> +               .endpointName("identity service url ending in /v2.0/")
> +               
> .documentation(URI.create("https://docs.hpcloud.com/api/v13/block-storage/";))
> +               .version("1.0")

Is this "1.0" the right version? (Just wondering because the documentation URI 
says "v13".

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

Reply via email to