mirror of
https://opendev.org/openstack/designate.git
synced 2026-01-16 23:11:37 +00:00
This commit creates the structure for migrating Designate
services from using eventlet, to using oslo.service threading backend
(standard/native python threading).
Key changes include:
* Eventlet isolation: existing eventlet-dependent service entrypoints
(central, mdns, producer, sink, worker, manage, status) are moved
from designate/cmd to a new designate/cmd/eventlet subdirectory.
* Updating their correct path in setup.cfg.
This prepares the codebase for future incremental migrations of
individual services to native threading.
Change-Id: I67941b5c7525d4b9661b30c4cc03dbd061e86083
Signed-off-by: Omer <oschwart@redhat.com>
|
||
|---|---|---|
| .. | ||
| admin | ||
| v2 | ||
| __init__.py | ||
| middleware.py | ||
| service.py | ||
| versions.py | ||
| wsgi.py | ||