mirror of https://github.com/apache/cloudstack.git
bug 11495: set bootable as user selected for iso/templates
status 11495: resolved fixed Reviewed-by:alena@citrix.com
This commit is contained in:
parent
0a113461d7
commit
180625e88e
|
|
@ -235,7 +235,7 @@ public abstract class TemplateAdapterBase implements TemplateAdapter {
|
|||
Long id = _tmpltDao.getNextInSequence(Long.class, "id");
|
||||
UserContext.current().setEventDetails("Id: " +id+ " name: " + name);
|
||||
return new TemplateProfile(id, userId, name, displayText, bits, passwordEnabled, requiresHVM, url, isPublic,
|
||||
featured, isExtractable, imgfmt, guestOSId, zoneId, hypervisorType, accountName, domainId, accountId, chksum, true, templateTag);
|
||||
featured, isExtractable, imgfmt, guestOSId, zoneId, hypervisorType, accountName, domainId, accountId, chksum, bootable, templateTag);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue