mirror of https://github.com/apache/cloudstack.git
bug 7338: update template physical size
status 7338: resolved fixed
This commit is contained in:
parent
2901cb5518
commit
385054fccf
|
|
@ -254,6 +254,7 @@ public class DownloadListener implements Listener {
|
|||
updateBuilder.setLocalDownloadPath(answer.getDownloadPath());
|
||||
updateBuilder.setInstallPath(answer.getInstallPath());
|
||||
updateBuilder.setSize(answer.getTemplateSize());
|
||||
updateBuilder.setPhysicalSize(answer.getTemplatePhySicalSize());
|
||||
|
||||
vmTemplateHostDao.update(getTemplateHostId(), updateBuilder);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue