mirror of https://github.com/apache/cloudstack.git
Forgot some params on add vlan ip range in install wizard
This commit is contained in:
parent
eee79d56a3
commit
5539dfd783
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue