Actions
Backport #9668
closedBackport #9665: Make the `adjust_roles` function accessible via plugin api
Start date:
Due date:
% Done:
100%
Estimated time:
Triaged:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 111
Quarter:
Description
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 dkliban@redhat.com almost 3 years ago
- Copied from Issue #9665: Make the `adjust_roles` function accessible via plugin api added
Updated by pulpbot almost 3 years ago
- Status changed from NEW to POST
Added by dkliban@redhat.com almost 3 years ago
Updated by dkliban@redhat.com almost 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|da221c5260816fc3a6b4e9cfd56cb9431d33a04c.
Updated by pulpbot almost 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Export adjust_roles in the plugin api
backports #9665
fixes #9668
(cherry picked from commit 2e4a20000f1a9d3693857a8402f2c770e876438b)