> + * 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;

Well that was part of our discussions. It worked really well in making the 
tests work well, and I really like using this approach in the examples as well 
- so it makes sense to move it.

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

Reply via email to