Repository: brooklyn-server
Updated Branches:
  refs/heads/master ffba2c272 -> 20bc931d0


Open iptables by default

All blueprints using centos are failing if they don't specify this option 
manually


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

Branch: refs/heads/master
Commit: bce516b4c180c3793106b39b84991fde4c1e8f91
Parents: b1cafd8
Author: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Authored: Tue Aug 30 17:14:02 2016 +0300
Committer: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Committed: Tue Aug 30 17:14:02 2016 +0300

----------------------------------------------------------------------
 .../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/bce516b4/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 76226c2..d14c866 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
@@ -116,7 +116,7 @@ public interface JcloudsLocationConfig extends 
CloudLocationConfig {
     @Deprecated
     public static final ConfigKey<Boolean> OPEN_IPTABLES = 
ConfigKeys.newBooleanConfigKey("openIptables", 
             "[DEPRECATED - use openIptables on SoftwareProcess entity] Whether 
to open the INBOUND_PORTS via iptables rules; " +
-            "if true then ssh in to run iptables commands, as part of machine 
provisioning", false);
+            "if true then ssh in to run iptables commands, as part of machine 
provisioning", true);
 
     /**
      * @deprecated since 0.8.0; instead configure this on the entity. See 
SoftwareProcess.STOP_IPTABLES.

Reply via email to