> + @Override
> + public Builder toBuilder() {
> + return new Builder().fromApiMetadata(this);
> + }
> +
> + public PoppyApiMetadata() {
> + this(new Builder());
> + }
> +
> + protected PoppyApiMetadata(Builder builder) {
> + super(builder);
> + }
> +
> + public static Properties defaultProperties() {
> + Properties properties = BaseHttpApiMetadata.defaultProperties();
> + properties.setProperty(SERVICE_TYPE, "cdn");
There was a dependency on [PR 650]
(https://github.com/jclouds/jclouds/pull/650) that I submitted yesterday and
will be changed in the next PR for the Poppy `ServiceApi`.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/176/files#r23389705