> +   }
> +
> +   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 Ok. So to address I've set 'identityName' and 'credentialName' to 
optional username/password respectively. To make jclouds happy, and get tests 
to run, I've set PROPERTY_IDENTITY and PROPERTY_CREDENTIAL to the same 
aforementioned values within the defaultProperties method call.

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

Reply via email to