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 - VM Wizard - step 5 - specify canusefordeploy parameter in listNetworks API when populating network list.
This commit is contained in:
parent
6e40c33628
commit
bfdec24de4
@ -329,7 +329,8 @@
|
||||
if(step5ContainerType == 'select-network' || step5ContainerType == 'select-advanced-sg') {
|
||||
var defaultNetworkArray = [], optionalNetworkArray = [];
|
||||
var networkData = {
|
||||
zoneId: args.currentData.zoneid
|
||||
zoneId: args.currentData.zoneid,
|
||||
canusefordeploy: true
|
||||
};
|
||||
|
||||
// step5ContainerType of Advanced SG-enabled zone is 'select-security-group', so won't come into this block
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user