> @@ -67,11 +67,18 @@ context.close();
> ## HP Cloud Compute
>
> {% highlight java %}
> +// If your account is using v13.5 of the HP Cloud Compute API
> +// Please check
> [here](https://community.hpcloud.com/article/hp-public-cloud-quick-start-guide),
> and
> +// Set the API version for HP Cloud Compute in module overrides
> +Properties properties = new Properties();
> +properties.put("jclouds.api-version","2");
[minor] Space after `,`
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/96/files#r15468227