> properties.setProperty(TIMEOUT_SCRIPT_COMPLETE, scriptTimeout + "");
> properties.setProperty(TIMEOUT_NODE_RUNNING, scriptTimeout + "");
> - properties.put(RESOURCE_GROUP_NAME, azureGroup);
> + properties.setProperty(TIMEOUT_PORT_OPEN, scriptTimeout + "");
> + properties.setProperty(TIMEOUT_NODE_TERMINATED, scriptTimeout + "");
> + properties.setProperty(TIMEOUT_NODE_SUSPENDED, scriptTimeout + "");
> + properties.put(RESOURCE_GROUP_NAME, "a2");
> +// properties.put("jclouds.max-retries", 5);
> +// properties.put("jclouds.retries-delay-start", 5000L);
> +
> + //properties.put(RESOURCE_GROUP_NAME, azureGroup);
Remove all commented code.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/291/files/8a39037237f5cccc7d100bc58a9a82bdb89924b1#r67889405