mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01: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…
x
Reference in New Issue
Block a user