mirror of https://github.com/apache/cloudstack.git
Use timeout when applying config to virtual router
This commit is contained in:
parent
5251eeddf2
commit
5d4b5fd642
|
|
@ -379,7 +379,7 @@ public class VirtualRoutingResource {
|
|||
timeout = 120;
|
||||
}
|
||||
|
||||
ExecutionResult result = applyConfigToVR(cmd.getRouterAccessIp(), fileConfigItem);
|
||||
ExecutionResult result = applyConfigToVR(cmd.getRouterAccessIp(), fileConfigItem, timeout);
|
||||
if (!result.isSuccess()) {
|
||||
return new Answer(cmd, false, result.getDetails());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue