mirror of https://github.com/apache/cloudstack.git
Save vnet range in data_center table when do deploy from server-setup.xml in Dev environment
This commit is contained in:
parent
ab6ea4d6ef
commit
558e16c50e
|
|
@ -299,6 +299,9 @@ public class PodZoneConfig {
|
|||
values += ",'" + networkType + "'";
|
||||
}
|
||||
|
||||
//save vnet information
|
||||
columns += ", vnet";
|
||||
values += ",'" + vnetStart + "-" + vnetEnd + "'";
|
||||
|
||||
|
||||
columns += ")";
|
||||
|
|
|
|||
Loading…
Reference in New Issue