mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6047: Fix fail to enable VPN
This commit is contained in:
parent
3bbbda887f
commit
d429be75a7
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue