mirror of https://github.com/apache/cloudstack.git
only one way to obtain router template
This commit is contained in:
parent
e26a6a1019
commit
1d8ede8be5
|
|
@ -1788,8 +1788,6 @@ public class NetworkManagerImpl implements NetworkManager, VirtualMachineManager
|
|||
|
||||
final Map<String, String> configs = _configDao.getConfiguration("AgentManager", params);
|
||||
|
||||
_routerTemplateId = NumbersUtil.parseInt(configs.get("router.template.id"), 1);
|
||||
|
||||
_routerRamSize = NumbersUtil.parseInt(configs.get("router.ram.size"), 128);
|
||||
|
||||
// String value = configs.get("guest.ip.network");
|
||||
|
|
|
|||
Loading…
Reference in New Issue