> +   }
> +
> +   public static Properties defaultProperties() {
> +      Properties properties = BaseHttpApiMetadata.defaultProperties();
> +      return properties;
> +   }
> +
> +   public static class Builder extends BaseHttpApiMetadata.Builder<EtcdApi, 
> Builder> {
> +
> +      protected Builder() {
> +         super(EtcdApi.class);
> +         id("etcd").
> +         name("Etcd API").
> +         identityName("username:password").
> +         defaultIdentity("Optional Username").
> +         defaultCredential("Optional Password").

@nacx it's intended to be used without as OOTB etcd does not default to 
requiring credentials. Authentiction, as an option, was only just added in the 
recent stable release and is what I'm targeting for this API.

So with that said ... I think we're good to go? I've nothing else to sneak in 
from my end WRT to this PR.

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

Reply via email to