-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FLOC-4245] Factor out plugin loading. #2668
Conversation
Potentially add a bit more context on either the PR comment or the JIRA ticket. I happen to know the motivation, but it'd be nice to be able to know that just by reading the PR description. |
@@ -552,8 +404,6 @@ def get_api(backend, api_args, reactor, cluster_id): | |||
|
|||
class AgentService(PClass): | |||
""" | |||
:ivar backends: ``BackendDescription`` instances describing how to use each |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this still needs documentation, just different documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original refactoring didn't have an attribute here. I forgot to add back the documentation when I added it back.
Couple nits, but in general looks great. Nice to get this code refactored to a location that it can be re-used by other parts of the flocker codebase. |
[FLOC-4245] Factor out plugin loading.
https://clusterhq.atlassian.net/browse/FLOC-4245