You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Andrew Phillips <no...@github.com> on 2014/10/01 06:39:33 UTC

Re: [jclouds-labs] CloudSigma2 ComputeService and SecurityGroupExtension (#70)

> @@ -50,12 +54,10 @@ protected CloudSigma2ApiMetadata(Builder builder) {
>  
>     public static Properties defaultProperties() {
>        Properties properties = BaseHttpApiMetadata.defaultProperties();
> -      properties.setProperty(CloudSigma2Properties.PROPERTY_VNC_PASSWORD, "IL9vs34d");
> -      // passwords are set post-boot, so auth failures are possible
> -      // from a race condition applying the password set script
> -      properties.setProperty("jclouds.ssh.max-retries", "7");
> -      properties.setProperty("jclouds.ssh.retry-auth", "true");
> -      properties.setProperty(TEMPLATE, "osFamily=UBUNTU,imageNameMatches=.*[Aa]utomated SSH Access.*,os64Bit=true");
> +      properties.setProperty(PROPERTY_VNC_PASSWORD, "IL9vs34d");

> This is the default VNC password assigned by the provider to the created servers.

Then that's fine, of course - thanks for explaining!

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