Actions
Refactor #32166
closedUnify excluded_facts and ignored_interface_identifiers
Description
Both excluded_facts and ignored_interface_identifiers lists are used to ignore facts during import. The first superseeds the second which was introduced earlier. We should merge them both into excluded_facts. As part of that, we should make sure all values present in the ignored_interface_identifiers are added to excluded_facts automatically before the setting is dropped.
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Dominik Matoulek
- Pull request https://github.com/theforeman/foreman/pull/8560 added
Actions