-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
developerDeveloper documentationDeveloper documentationoperatorOperator documentationOperator documentation
Description
The policy package documentation mentions:
documentation/docs/operator/policy_packages.md
Lines 113 to 119 in 5a8b74a
- Before the algorithm is called for the first time, the core Rucio | |
code should call `rucio.common.utils.register_policy_package_algorithms` | |
to import the algorithms for this class from the policy package and | |
store them in its internal dictionary. This function takes care of | |
the complexities of interfacing with the policy package, such as | |
importing the package if necessary, and dealing with multiple | |
packages in multi-VO Rucio installations. |
I don't think this should be in the docs. This is information about the implementation of the policy package logic, which seems unnecessary in the context of Adding a new algorithm class
for operators
Metadata
Metadata
Assignees
Labels
developerDeveloper documentationDeveloper documentationoperatorOperator documentationOperator documentation