python-hpilo
python-hpilo copied to clipboard
Changed hpilo_fw.download() to accept 'all' as wildcards
The cli accepts all
as a wildcard argument, for example:
hpilo_cli download_rib_firmware all all
(which will download every firmware version listed in firmware.conf).
This behaviour doesn't work in the current version of the api.
This PR adds that functionality.