Actions
Bug #15601
closedto_ip_address cannot retrieve PTR record
Description
After some changes on the DNS orchestration, we removed `dns_ptr_record` in favor of `dns_record(:ptr4)`. However, `host.to_ip_address` still calls the old API. We should change that method to use the new API, otherwise it doesn't work. Furthermore, DHCP orchestration relies on `to_ip_address` so DHCP orchestration is broken if that method doesn't work.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman/pull/3627 added
Updated by Dominic Cleal over 8 years ago
- Related to Feature #14663: Support IPv6 DNS Orchestration added
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 160
Updated by Daniel Lobato Garcia over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 1aef2f5be497dc4a5c53a83ed40ea319a779eff1.
Actions