mirror of https://github.com/apache/cloudstack.git
systemvm-temp-registration: correctly update existing template name in config
When existing template is found for the required version then update the router hypervisor template config correctly. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
30e6c224bd
commit
d748e4bb64
|
|
@ -1073,7 +1073,7 @@ public class SystemVmTemplateRegistration {
|
|||
}
|
||||
Hypervisor.HypervisorType hypervisorType = templateDetails.getHypervisorType();
|
||||
updateSystemVMEntries(templateId, hypervisorType);
|
||||
updateConfigurationParams(hypervisorType, templateDetails.getName(), zoneId);
|
||||
updateConfigurationParams(hypervisorType, templateVO.getName(), zoneId);
|
||||
}
|
||||
|
||||
protected void updateTemplateUrlChecksumAndGuestOsId(VMTemplateVO templateVO,
|
||||
|
|
|
|||
Loading…
Reference in New Issue