Bug #33559
Update registration of discovery fact parser
Fixed in Releases:
Found in Releases:
Description
Since there is a fact parser registry in core, the registration of fact parser is outdated
Associated revisions
History
#1
Updated by The Foreman Bot 8 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_discovery/pull/549 added
#2
Updated by The Foreman Bot 8 months ago
- Fixed in Releases Discovery Plugin 16.0 added
#3
Updated by Dominik Matoulek 8 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_discovery|b02d95ad98148fc9cbd1f28e8fcaa28a6c647a5f.
Fixes #33559 - Update the call for registration of fact parser
There is a Parser registry in core and that makes old style of
registration at fact parser outdated. This PR updates the registration.