mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4237 [Autoscale] Account deletion doesn't delete all autoscaled LB rules created by the account
This commit is contained in:
parent
1b52a298e8
commit
bb26b854fb
|
|
@ -552,7 +552,8 @@ public class NetscalerResource implements ServerResource {
|
|||
String nsMonitorName = generateNSMonitorName(srcIp, srcPort);
|
||||
if(loadBalancer.isAutoScaleVmGroupTO()) {
|
||||
applyAutoScaleConfig(loadBalancer);
|
||||
return new Answer(cmd);
|
||||
// Continue to process all the rules.
|
||||
continue;
|
||||
}
|
||||
boolean hasMonitor = false;
|
||||
boolean deleteMonitor = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue