
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
Ironic
Ironic is an integrated OpenStack project which aims to provision bare metal machines instead of virtual machines, forked from the Nova Baremetal driver. It is best thought of as a bare metal hypervisor API and a set of plugins which interact with the bare metal hypervisors. By default, it will use PXE and IPMI together to provision and turn on/off machines, but Ironic also supports vendor-specific plugins which may implement additional functionality.
Project Resources
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/ironic
- Source: http://git.openstack.org/cgit/openstack/ironic
- Bugs: http://bugs.launchpad.net/ironic
- Wiki: https://wiki.openstack.org/wiki/Ironic
Project status, bugs, and blueprints are tracked on Launchpad:
Anyone wishing to contribute to an OpenStack project should find a good reference here:
Description
Languages
Python
98.1%
Shell
1.8%