Skip to content
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

Support RPC & CTL plugins. #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

moriyoshi
Copy link

For example, if you want to use mr.laforge, write the supervisor section as follows:

[supervisor]
plugins =
mr.laforge

rpcplugins =
laforge mr.laforge.rpcinterface:make_laforge_rpcinterface

ctlplugins =
laforge mr.laforge.controllerplugin:make_laforge_controllerplugin

@moriyoshi moriyoshi force-pushed the feature/support-rpc-and-ctl-plugins branch from be24966 to 0f5569f Compare February 6, 2015 05:11
For example, if you want to use mr.laforge, write the supervisor section as follows:

[supervisor]
plugins =
    mr.laforge

rpcplugins =
    laforge mr.laforge.rpcinterface:make_laforge_rpcinterface

ctlplugins =
    laforge mr.laforge.controllerplugin:make_laforge_controllerplugin
@moriyoshi moriyoshi force-pushed the feature/support-rpc-and-ctl-plugins branch from 0f5569f to 23592aa Compare February 6, 2015 05:34
@jensens
Copy link
Member

jensens commented Jun 2, 2015

looks good, but needs documentation in README.rst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants