Feedback regarding: https://softlayer.github.io/python/reload_hardware/
imageTemplateId in config parameter does not work,
OS image is not changed by this parameter.
config = {
'imageTemplateId': imageId,
'sshKeyIds': [sshKey1, sshKey2]
}
It should be in following.
config = {
'sshKeyIds': [sshKey1, sshKey2],
'itemPrices': [{'id': priceId}]
}