You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/12/15 16:10:59 UTC

[2/3] brooklyn-server git commit: Update MACHINE_CREATE_ATTEMPTS to 2

Update MACHINE_CREATE_ATTEMPTS to 2

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ac56b005
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ac56b005
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/ac56b005

Branch: refs/heads/master
Commit: ac56b005d7a9480e716437b7631c61da732bd5aa
Parents: 784d69e
Author: Duncan Godwin <dr...@googlemail.com>
Authored: Thu Dec 15 13:55:23 2016 +0000
Committer: GitHub <no...@github.com>
Committed: Thu Dec 15 13:55:23 2016 +0000

----------------------------------------------------------------------
 .../apache/brooklyn/location/jclouds/JcloudsLocationConfig.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/ac56b005/locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocationConfig.java
----------------------------------------------------------------------
diff --git a/locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocationConfig.java b/locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocationConfig.java
index 11f0c82..7e72b2d 100644
--- a/locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocationConfig.java
+++ b/locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocationConfig.java
@@ -261,7 +261,7 @@ public interface JcloudsLocationConfig extends CloudLocationConfig {
             .PORT_FORWARDING_MANAGER;
 
     public static final ConfigKey<Integer> MACHINE_CREATE_ATTEMPTS = ConfigKeys.newIntegerConfigKey(
-            "machineCreateAttempts", "Number of times to retry if jclouds fails to create a VM", 3);
+            "machineCreateAttempts", "Number of times to retry if jclouds fails to create a VM", 2);
 
     public static final ConfigKey<Integer> MAX_CONCURRENT_MACHINE_CREATIONS = ConfigKeys.newIntegerConfigKey(
             "maxConcurrentMachineCreations", "Maximum number of concurrent machine-creations", Integer.MAX_VALUE);