> +
> +      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")

Yeah, the v13 refers to their internal release of the entire stack. 1.0 is 
correct for the service catalog versionId.

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

Reply via email to