Actions
Bug #21768
closedSupport NIL values in searchable options
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman commands (obsolete)
Target version:
-
Difficulty:
Triaged:
Pull request:
Team Backlog:
Description
Currently setting the NIL (unset) values is supported only for common options. The searchable options won't resolve properly:
hammer host update --id 83 --domain NIL Could not update the host: Error: domain not found
Requested result is the domain_id to be unset
Actions