> + }
> +
> + 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").
If I do that, and use the default* methods, then tests fail with an NPE on
'identityName'.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/195/files#r36198643