mirror of https://github.com/apache/cloudstack.git
bug 13332: Not able to access Lb rules created on VPX instances ( that were created by SDX)
Reviewed-by:Prasanna.Santhanam@citrix.com status 13332: resolved fixed fixing the regression because of the fix done for NetScaler in basic zone deployment. ELB does not need USIP to be set as 0.0.0.0/0 port ingress security group rule need to be configured
This commit is contained in:
parent
a3bbda8075
commit
73aa18eac9
|
|
@ -459,7 +459,6 @@ public class NetscalerResource implements ServerResource {
|
|||
newService.set_servername(nsServerName);
|
||||
newService.set_state("ENABLED");
|
||||
newService.set_servicetype(lbProtocol);
|
||||
newService.set_usip("ON");
|
||||
|
||||
apiCallResult = com.citrix.netscaler.nitro.resource.config.basic.service.add(_netscalerService, newService);
|
||||
if (apiCallResult.errorcode != 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue