> +
> + 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")
@nacx If this `v13` exposed to users somehow, I believe it appropriate to put
this additional API metadata in the `defaultProperties()`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/395/files#r13878669