nvazquez opened a new pull request #2911: Unify templates/ISOs checksum API 
output
URL: https://github.com/apache/cloudstack/pull/2911
 
 
   ## Description
   Unify checksum API output for templates and ISOs: not list the checksum 
algorithm on:
   
   - KVM direct downloads
   
   - On in progress normal template downloads. The algorithm is shown on the 
`listtemplates` API, but after it is downloaded it is not shown anymore:
   ````
   (qa11) 🐵 > list templates id=0699767e-ce21-4967-a53a-3c0f37fe9154 
templatefilter=all filter=status,checksum
   {
     "count": 1,
     "template": [
       {
         "checksum": 
"{SHA-256}ae490ce8b7a55fa92365f72e7581c3eed651da710794989f263f3816b9dc2ea9",
         "status": "50% Downloaded",
       }
     ]
   }
   (qa11) 🐵 > list templates id=0699767e-ce21-4967-a53a-3c0f37fe9154 
templatefilter=all
   {
     "count": 1,
     "template": [
       {
         "checksum": 
"ae490ce8b7a55fa92365f72e7581c3eed651da710794989f263f3816b9dc2ea9",
         "status": "Download Complete",
       }
     ]
   }
   ````
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the 
boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [x] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   
   <!-- Please read the 
[CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md)
 document -->
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to