Actions
Bug #26536
closedUnable to Change Host Location via Hammer
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Team Backlog:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1679300
Description of problem: Changing the Host location via Hammer fails with an error
'Could not update the host: Resource host not found by id 'x''
Version-Release number of selected component (if applicable): 6.4
How reproducible:
Steps to Reproduce:
1.Get host-id, using # hammer host list
2.Get location-id, using # hammer location list
3. Change the host's location through hammer, using below command:
- hammer host update --id <host-id> --location-id <>
Actual results: hammer host update fails with an error 'Could not update the host: Resource host not found by id 'x'
Expected results: To change the location of hosts using hammer host update
Additional info:
Actions