Forgot some params on add vlan ip range in install wizard

This commit is contained in:
Brian Federle 2011-11-18 12:06:04 -08:00
parent eee79d56a3
commit 5539dfd783
1 changed files with 3 additions and 1 deletions

View File

@ -148,7 +148,9 @@
gateway: data.zoneIPRange['guest-gateway'],
netmask: data.zoneIPRange['guest-netmask'],
startip: data.zoneIPRange['guest-ip-range-start'],
endip: data.zoneIPRange['guest-ip-range-end']
endip: data.zoneIPRange['guest-ip-range-end'],
forVirtualNetwork: false,
podid: args.data.pod.id
},
dataType: 'json',
async: true,