Skip to content

Commit a22bfd7

Browse files
author
Jessica Wang
committed
CLOUDSTACK-537: cloudstack UI - Advanced SG-enabled zone - VM Wizard - API has been chagned. Here is related UI change: not pass networkID to deployVirtualMachine API.
1 parent eeb3f17 commit a22bfd7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ui/scripts/instanceWizard.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,8 @@
545545

546546
if(checkedSecurityGroupIdArray.length > 0)
547547
array1.push("&securitygroupids=" + checkedSecurityGroupIdArray.join(","));
548-
548+
549+
/*
549550
if(selectedZoneObj.networktype == "Advanced" && selectedZoneObj.securitygroupsenabled == true) { // Advanced SG-enabled zone
550551
var networkData = {
551552
zoneId: selectedZoneObj.id,
@@ -577,6 +578,8 @@
577578
return;
578579
}
579580
}
581+
*/
582+
580583
}
581584
else if (step5ContainerType == 'nothing-to-select') {
582585
if(args.context.networks != null) { //from VPC tier

0 commit comments

Comments
 (0)