> +import org.jclouds.openstack.nova.v2_0.NovaAsyncApi;
> +import org.jclouds.openstack.nova.v2_0.compute.options.NovaTemplateOptions;
> +import org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndId;
> +import org.jclouds.rest.RestContext;
> +import org.jclouds.scriptbuilder.ScriptBuilder;
> +import org.jclouds.scriptbuilder.domain.OsFamily;
> +
> +import com.google.common.collect.ImmutableSet;
> +import com.google.common.collect.Iterables;
> +import com.google.common.io.Closeables;
> +import com.google.inject.Module;
> +
> +import org.apache.commons.codec.binary.Base64;
> +
> +/**
> + * Create a public key in the cloud and write the private key file to the 
> local working directory. The public key and

"Creates...and writes..."? I.e. descriptive rather than imperative style? But 
more important to maintain consistency with the other examples. obviously.

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

Reply via email to