Actions
Issue #9665
closedMake the `adjust_roles` function accessible via plugin api
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 111
Quarter:
Description
Ticket moved to GitHub: "pulp/pulpcore/2092":https://github.com/pulp/pulpcore/issues/2092
While migrating to the Roles backend I find I need to access adjust_roles
[1] and CI throws an error when accessing it via from pulpcore.app.apps import adjust_roles
[2].
[1] https://github.com/pulp/pulpcore/blob/main/pulpcore/app/apps.py#L269 [2] https://github.com/ansible/galaxy_ng/runs/4731797454?check_suite_focus=true
Related issues
Actions
Export adjust_roles in the plugin api
fixes #9665