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:
Douglas Viroel
2025-06-07 11:45:06 -03:00
parent 73f8728d22
commit 4f8c14646d
9 changed files with 35 additions and 35 deletions

View File

@@ -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