> + * specific language governing permissions and limitations
> + * under the License.
> + */
> +package org.jclouds.examples.rackspace.clouddatabases;
> +
> +import static com.google.common.io.Closeables.closeQuietly;
> +
> +import java.io.Closeable;
> +import java.util.concurrent.TimeoutException;
> +
> +import org.jclouds.ContextBuilder;
> +import org.jclouds.openstack.trove.v1.TroveApi;
> +import org.jclouds.openstack.trove.v1.domain.Flavor;
> +import org.jclouds.openstack.trove.v1.domain.Instance;
> +import org.jclouds.openstack.trove.v1.features.FlavorApi;
> +import org.jclouds.openstack.trove.v1.internal.TroveUtils;

I'm not seeing TroveUtils anywhere in openstack-trove. Tests or not. Also if 
TroveUtils are being used in these examples, we'll have to bring them into the 
the main/src tree so the tests aren't a dependency.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/6/files#r5280838

Reply via email to