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
..
config_generator Fix genconfig "tempdir" inconsistency 2016-02-05 10:44:05 +00:00
glance_service Merge "Add ability to cache swift temporary URLs" 2016-02-02 17:30:16 +00:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
boot_devices.py get_supported_boot_devices() returns static device list 2015-08-12 14:53:00 +01:00
config.py Move oslo.config references to oslo_config 2015-02-02 06:51:22 -08:00
context.py Use oslo_context package 2015-03-12 20:45:59 +01:00
dhcp_factory.py Add portgroups to support LAG interfaces - net 2016-02-04 22:40:54 +02:00
driver_factory.py Enable translation for config option help messages 2015-07-06 10:57:53 -07:00
exception.py Add portgroups to support LAG interfaces - DB 2016-02-04 22:40:43 +02:00
fsm.py Add FSM.is_stable() method 2015-12-10 15:23:40 +00:00
grub_conf.template Fix for automated boot iso issue with IPA ramdisk 2015-04-10 09:09:53 -07:00
hash_ring.py Use self.__class__.X instead of self.X 2015-10-23 06:20:37 -07:00
i18n.py Remove unneeded usage of '# noqa' 2015-05-06 14:17:28 -07:00
image_service.py Add choices option to several options 2016-01-14 10:16:16 +00:00
images.py Use ironic-lib's util methods 2016-01-04 15:39:57 +00:00
isolinux_config.template Add support for creating vfat and iso images 2014-08-26 21:18:11 +05:30
keystone.py Fix typo: add a missing white space 2015-09-29 10:52:28 +09:00
network.py Add portgroups to support LAG interfaces - net 2016-02-04 22:40:54 +02:00
paths.py Enable translation for config option help messages 2015-07-06 10:57:53 -07:00
policy.py Use oslo_policy package 2015-03-12 20:45:59 +01:00
pxe_utils.py Use ironic-lib's util methods 2016-01-04 15:39:57 +00:00
raid.py Add support for inband raid configuration agent ramdisk 2015-09-14 15:52:31 +00:00
rpc.py Avoid RequestContextSerializer from oslo.messaging 2015-11-26 20:48:48 -05:00
safe_utils.py Enable hacking rule E265 2014-11-13 10:48:34 +08:00
service.py API service logs access requests again 2016-01-22 10:22:30 -08:00
states.py Add manual cleaning to state machine 2015-11-18 22:26:51 +00:00
swift.py Trival: Remove unused logging import 2015-12-26 11:27:59 +08:00
utils.py Augmenting the hashing strategy 2016-02-12 03:20:56 -08:00