Actions
Bug #6374
closedNIC with domain but no hostname tries to create ".domain.com" DNS record
Description
https://github.com/theforeman/foreman/pull/1537
"Fix instance where a domain id is indicated, but no hostname is given
...The model was asking the proxy to try and create a record that looks like ".domain.com", and if you were trying to create a second host with the same characteristics (blank hostname, domain name non-nil) on its interface, the proxy would properly fail with a "Entity already exists" error."
Actions