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
Updated by mdellweg almost 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
- Sprint set to Sprint 111
Updated by pulpbot almost 3 years ago
- Status changed from ASSIGNED to POST
Added by mdellweg almost 3 years ago
Updated by mdellweg almost 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|2e4a20000f1a9d3693857a8402f2c770e876438b.
Updated by dkliban@redhat.com almost 3 years ago
- Copied to Backport #9668: Backport #9665: Make the `adjust_roles` function accessible via plugin api added
Updated by fao89 almost 3 years ago
- Description updated (diff)
- Status changed from MODIFIED to CLOSED - DUPLICATE
Actions
Export adjust_roles in the plugin api
fixes #9665