Move eventlet command scripts to a different dir
This is a initial patch towards the eventlet removal in watcher. It moves cmd scripts that depends on eventlet to a eventlet dir, where it is always monkey patched. Change-Id: Ie23caab018fbf68f8c29a0f748c0708b97933b4b
This commit is contained in:
@@ -39,10 +39,10 @@ oslo.policy.enforcer =
|
||||
watcher = watcher.common.policy:get_enforcer
|
||||
|
||||
console_scripts =
|
||||
watcher-api = watcher.cmd.api:main
|
||||
watcher-api = watcher.cmd.eventlet.api:main
|
||||
watcher-db-manage = watcher.cmd.dbmanage:main
|
||||
watcher-decision-engine = watcher.cmd.decisionengine:main
|
||||
watcher-applier = watcher.cmd.applier:main
|
||||
watcher-decision-engine = watcher.cmd.eventlet.decisionengine:main
|
||||
watcher-applier = watcher.cmd.eventlet.applier:main
|
||||
watcher-sync = watcher.cmd.sync:main
|
||||
watcher-status = watcher.cmd.status:main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user