Bug #21667
Error PulpNode not found when visiting SmartProxy
Description
For some reason ProxyAPI::Pulp and ProxyAPI::PulpNode are not available to katello/SmartProxyExtensions, which causes a ResourceNotFound error when refreshing the proxy.
Fix seems to be as simple as requiring proxy_api/pulp.
Associated revisions
History
#1
Updated by The Foreman Bot over 4 years ago
- Assignee set to Daniel Lobato Garcia
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7063 added
#2
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) set to 329
#3
Updated by Anonymous over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset katello|a89c0bb776fb4481d48b0ae8ff85e7a9047710fa.
Fixes #21667 - ProxyAPI::Pulp not found when refreshing proxy
For some reason ProxyAPI::Pulp and ProxyAPI::PulpNode are not
available to katello/SmartProxyExtensions, which causes a
ResourceNotFound error when refreshing the proxy.
Fix seems to be as simple as requiring proxy_api/pulp.