Files
ironic/ironic/common
Debayan Ray 1de89030a7 Augmenting the hashing strategy
It was only 'sha1' algorithm being used till now in ``hash_file``
method to create hash of the file contents. Need to add 'md5'
to keep the consistency with that of IPA code base. Also, this
method now supports all the algorithms hashlib does. As this
method wasn't being used at all, therefore making the default
algorithm to 'md5'. Will be used in oob firmware update (manual
clean step) to verify the checksum of the images.

Change-Id: I8159fd64d1c074bd539817a40900e34f8fae30d4
2016-02-12 03:20:56 -08:00
..
2014-01-07 21:05:01 +08:00
2015-03-12 20:45:59 +01:00
2015-12-10 15:23:40 +00:00
2015-05-06 14:17:28 -07:00
2016-01-04 15:39:57 +00:00
2015-03-12 20:45:59 +01:00
2016-01-04 15:39:57 +00:00
2014-11-13 10:48:34 +08:00
2015-11-18 22:26:51 +00:00
2015-12-26 11:27:59 +08:00
2016-02-12 03:20:56 -08:00