Actions
Bug #28080
closedRemove RHSM facts when unregistering
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Since we don't remove RHSM facts when unregistering, this registration path is broken:
- register host.example.com
- unregister host.example.com
- change hostname to host-a.example.com
- attempt re-register
expected: success
actual: HTTP error (422 - Unknown): The DMI UUID of this host (<uuid>) matches other registered hosts: host.example.com
Actions