mirror of https://github.com/apache/cloudstack.git
Fix devcloud-kvm gateway ip, was somehow pointing to the vmware cfg setting
This commit is contained in:
parent
af8e83b410
commit
57110a7f50
|
|
@ -77,7 +77,7 @@
|
|||
"endip": "192.168.100.199",
|
||||
"netmask": "255.255.255.0",
|
||||
"vlan": "untagged",
|
||||
"gateway": "192.168.100.2"
|
||||
"gateway": "192.168.100.1"
|
||||
}
|
||||
],
|
||||
"networktype": "Advanced",
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
"clustertype": "CloudManaged"
|
||||
}
|
||||
],
|
||||
"gateway": "172.17.10.2"
|
||||
"gateway": "172.17.10.1"
|
||||
}
|
||||
],
|
||||
"internaldns1": "8.8.4.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue