Actions
Bug #31609
closed"hammer host update --id <id> --owner-id <id>" does not set new owner
Difficulty:
Triaged:
Yes
Bugzilla link:
Team Backlog:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1910314
Description of problem:
Updating the owner of a host via
- hammer host update --id <host_id> --owner-id <owner_id>
returns "Host updated." but changes are not applied.
Version-Release number of selected component (if applicable):
tfm-rubygem-hammer_cli-2.1.2-1
How reproducible:
- hammer host info --id 30 | grep 'Owner Id'
Owner Id: 22
- hammer host update --id 30 --owner-id 4
Host updated.
- hammer host info --id 30 | grep 'Owner Id'
Owner Id: 22
Actual results:
owner_id 22 is still assigned to host_id 30
Expected results:
owner_id 4 should be assigned to host_id 30
Additional info:
Worked fine on Satellite 6.7.x.
Updated by Oleh Fedorenko almost 4 years ago
- Status changed from New to Assigned
- Assignee set to Oleh Fedorenko
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 4 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/556 added
Updated by The Foreman Bot almost 4 years ago
- Fixed in Releases hammer-cli-foreman-2.4.0 added
Updated by Oleh Fedorenko almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset hammer-cli-foreman|692aff48cf9a297e875f53ecfed907f712088ee5.
Actions