mirror of https://github.com/apache/cloudstack.git
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