Actions
Bug #37955
openhammer does not propagate errors in host update
Description
When I try to update an activation key with an invalid content view environment, I correctly get an error:
$ hammer activation-key update --organization-id 1 --name ak5 --content-view-environments Library/Library Could not update the activation key: No content view environments found with names: Library/Library
But the same thing on host update does not propagate the error:
$ hammer host update --id 4 --content-view-environments Library/Library Could not update the host
Actions