Repository: cloudstack
Updated Branches:
  refs/heads/master 3bbbda887 -> d429be75a


CLOUDSTACK-6047: Fix fail to enable VPN


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

Branch: refs/heads/master
Commit: d429be75a72d426be5f17b36c55024cbed3432bd
Parents: 3bbbda8
Author: Sheng Yang <sheng.y...@citrix.com>
Authored: Wed Feb 19 21:05:51 2014 -0800
Committer: Sheng Yang <sheng.y...@citrix.com>
Committed: Wed Feb 19 21:05:51 2014 -0800

----------------------------------------------------------------------
 .../agent/resource/virtualnetwork/VirtualRoutingResource.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d429be75/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
----------------------------------------------------------------------
diff --git 
a/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java 
b/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
index 48ff421..fd96572 100755
--- 
a/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
+++ 
b/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
@@ -298,7 +298,7 @@ public class VirtualRoutingResource {
 
         // Use the last answer as final answer
         if (answersCount == 1) {
-            ExecutionResult result = new ExecutionResult(false, "Not 
executed");
+            ExecutionResult result = new ExecutionResult(true, "Not configure 
to be apply");
             for (ConfigItem c : cfg) {
                 result = applyConfigToVR(cmd, c);
                 if (!result.isSuccess()) {

Reply via email to