mirror of https://github.com/apache/cloudstack.git
Add default physical network name for server-setup.xml
This commit is contained in:
parent
861fdbee17
commit
08a1d9ece1
|
|
@ -306,6 +306,9 @@ public class PodZoneConfig {
|
|||
columns = "(id ";
|
||||
values = "('" + id + "'";
|
||||
|
||||
columns += ", name ";
|
||||
values += ",'physical network'";
|
||||
|
||||
columns += ", data_center_id ";
|
||||
values += ",'" + dcId + "'";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue