weizhouapache commented on PR #12768:
URL: https://github.com/apache/cloudstack/pull/12768#issuecomment-4023127987

   > > @DaanHoogland @vishesh92 @vladimirpetrov
   > > do you think we should set the template type to USER in the upgrade sql ?
   > > ```
   > > UPDATE `cloud`.`vm_template` SET `type` = "USER" WHERE `type` IS NULL;
   > > ```
   > 
   > Sounds good, is type null leading to NPEs?
   
   I think it does not lead to NPEs, but template/iso are not usable as the 
type is NULL.
   In several places (UI and source code), cloudstack only lists templates with 
USER template type.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to