mirror of
https://github.com/apache/cloudstack
synced 2026-08-29 00:38:51 +00:00
Netscaler can enable individual services (in some cases LB can be handled by Netscaler, and firewall by some other external provider)
This commit is contained in:
parent
5adfc9953f
commit
9322482018
@ -473,7 +473,7 @@ public class NetscalerElement extends ExternalLoadBalancerDeviceManagerImpl impl
|
||||
|
||||
@Override
|
||||
public boolean canEnableIndividualServices() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
private boolean isNetscalerDevice(String deviceName) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user