> @@ -168,6 +187,21 @@ public String getKeyPair() {
> }
>
> /**
> + * @see #shouldGenerateKeyPair()
> + */
> + public CloudStackTemplateOptions generateKeyPair(boolean enable) {
> + this.generateKeyPair = enable;
> + return this;
> + }
> +
> + /**
> + * @return true if auto generation of keypairs is enabled
> + */
> + public boolean shouldGenerateKeyPair() {
Same as above? I.e. should this not be `isGenerateKeyPair()`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/45/files#r4842384