Actions
Bug #18536
closedTrying to apply errata on host-collection using hammer fails
Status:
Closed
Priority:
Normal
Assignee:
Category:
Host Collections
Target version:
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1422362
Description of problem:
Trying to apply errata on host-collection via hammer when using --name fails.
Steps to Reproduce:
> hammer host-collection erratum install --organization="Default Organization" --name collection1 --errata=RHBA-2017:0038 Could not schedule installation of errata
Expected results:
Successfully applied erratas
Actual results:
Could not schedule installation of errata
Additional info:
hammer debug logs shows "404 resource not found"
More commands are affected by this bug:
host-collection erratum install
host-collection package-group {install,update,remove}
host-collection package {install,update,remove}
All this commands accept only --id and ignore --name.
Actions