You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/06/01 14:08:38 UTC

git commit: updated refs/heads/4.4 to 1ae390d

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 8f2c56013 -> 1ae390d57


default system vm template version

Signed-off-by: Remi Bergsma <ap...@remi.nl>

This closes #338


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1ae390d5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1ae390d5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1ae390d5

Branch: refs/heads/4.4
Commit: 1ae390d571b784b4c6a041738bf862a2b986f728
Parents: 8f2c560
Author: Daan Hoogland <da...@gmail.com>
Authored: Mon Jun 1 13:14:00 2015 +0200
Committer: Remi Bergsma <ap...@remi.nl>
Committed: Mon Jun 1 13:20:48 2015 +0200

----------------------------------------------------------------------
 .../engine/orchestration/service/NetworkOrchestrationService.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1ae390d5/engine/api/src/org/apache/cloudstack/engine/orchestration/service/NetworkOrchestrationService.java
----------------------------------------------------------------------
diff --git a/engine/api/src/org/apache/cloudstack/engine/orchestration/service/NetworkOrchestrationService.java b/engine/api/src/org/apache/cloudstack/engine/orchestration/service/NetworkOrchestrationService.java
index 9a361cc..8ec7964 100755
--- a/engine/api/src/org/apache/cloudstack/engine/orchestration/service/NetworkOrchestrationService.java
+++ b/engine/api/src/org/apache/cloudstack/engine/orchestration/service/NetworkOrchestrationService.java
@@ -65,7 +65,7 @@ public interface NetworkOrchestrationService {
     static final String NetworkThrottlingRateCK = "network.throttling.rate";
     static final String MinVRVersionCK = "minreq.sysvmtemplate.version";
 
-    static final ConfigKey<String> MinVRVersion = new ConfigKey<String>(String.class, MinVRVersionCK, "Advanced", "4.4.4",
+    static final ConfigKey<String> MinVRVersion = new ConfigKey<String>(String.class, MinVRVersionCK, "Advanced", "4.4.1",
             "What version should the Virtual Routers report", true, ConfigKey.Scope.Zone, null);
 
     static final ConfigKey<Integer> NetworkLockTimeout = new ConfigKey<Integer>(Integer.class, NetworkLockTimeoutCK, "Network", "600",