> +
> +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 {
Would `TroveInstanceHelper` be more specific, or is this class also doing other
things?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/12/files#r5069904