mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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
|
// Use the last answer as final answer
|
||||||
if (answersCount == 1) {
|
if (answersCount == 1) {
|
||||||
ExecutionResult result = new ExecutionResult(false, "Not executed");
|
ExecutionResult result = new ExecutionResult(true, "Not configure to be apply");
|
||||||
for (ConfigItem c : cfg) {
|
for (ConfigItem c : cfg) {
|
||||||
result = applyConfigToVR(cmd, c);
|
result = applyConfigToVR(cmd, c);
|
||||||
if (!result.isSuccess()) {
|
if (!result.isSuccess()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user