Save vnet range in data_center table when do deploy from server-setup.xml in Dev environment

This commit is contained in:
alena 2011-02-08 19:18:52 -08:00
parent ab6ea4d6ef
commit 558e16c50e
1 changed files with 3 additions and 0 deletions

View File

@ -299,6 +299,9 @@ public class PodZoneConfig {
values += ",'" + networkType + "'";
}
//save vnet information
columns += ", vnet";
values += ",'" + vnetStart + "-" + vnetEnd + "'";
columns += ")";