mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-537: cloudstack UI - Advanced SG-Enabled zone - zone wizard - network offering dropdown - exclude network offerings that include EIP, ELB service.
This commit is contained in:
parent
811c904fc3
commit
080a2dc9c5
@ -460,6 +460,9 @@
|
||||
if(args.hypervisor == "VMware" || args.hypervisor == "BareMetal") { //VMware, BareMetal don't support EIP ELB
|
||||
return true; //move to next item in $.each() loop
|
||||
}
|
||||
if(args.context.zones[0]["network-model"] == "Advanced" && args.context.zones[0]["zone-advanced-sg-enabled"] == "on") { // Advanced SG-enabled zone doesn't support EIP ELB
|
||||
return true; //move to next item in $.each() loop
|
||||
}
|
||||
}
|
||||
|
||||
if(args.context.zones[0]["network-model"] == "Advanced" && args.context.zones[0]["zone-advanced-sg-enabled"] == "on") { // Advanced SG-enabled zone
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user