> @@ -103,6 +107,21 @@ public CloudStackTemplateOptions 
> securityGroupIds(Iterable<String> securityGroup
>     }
>  
>     /**
> +    * @see #shouldGenerateKeyPair()
> +    */
> +   public CloudStackTemplateOptions generateSecurityGroup(boolean enable) {
> +      this.generateSecurityGroup = enable;
> +      return this;
> +   }
> +
> +   /**
> +    * @return true if auto generation of keypairs is enabled
> +    */
> +   public boolean shouldGenerateSecurityGroup() {

Any reason for not following bean convention here, i.e. 
`isGenerateSecurityGroup()`?

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

Reply via email to