Skip to content

Commit ddcdb8a

Browse files
evgenimdellweg
authored andcommitted
Allow plugins to access pulp_plugin_configs and get_plugin_config
Fixes: #7650 Signed-off-by: Evgeni Golov <evgeni@golov.de>
1 parent 0e1713c commit ddcdb8a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES/plugin_api/7650.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow plugins to access `pulp_plugin_configs` and `get_plugin_config` from `pulpcore.app.apps` via `pulpcore.plugin.apps`

pulpcore/plugin/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from pulpcore.app.apps import adjust_roles # noqa: F401
1+
from pulpcore.app.apps import adjust_roles, get_plugin_config, pulp_plugin_configs # noqa: F401

0 commit comments

Comments
 (0)