> @@ -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");

Do you mean moving the value of the property to a constant? This is the default 
VNC password assigned by the provider to the created servers. The existing 
provider for the version 1 of the API had it already configured as a property, 
and it is here to keep that in the same way.

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

Reply via email to