> +
> +import javax.annotation.Resource;
> +
> +import org.jclouds.openstack.trove.v1.TroveApi;
> +import org.jclouds.openstack.trove.v1.domain.Instance;
> +import org.jclouds.openstack.trove.v1.features.InstanceApi;
> +import org.jclouds.openstack.trove.v1.predicates.InstancePredicates;
> +import org.jclouds.logging.Logger;
> +
> +/**
> + * @author Zack Shoylev
> + * 
> + *         Helper methods for dealing with instances that get created with
> + *         errors
> + */
> +public class TroveHelper {

> Left it open-ended in case

Fine!

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

Reply via email to