openstack-designate/designate/api
Omer c1a482a673 Isolate eventlet-dependent services for future migration
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>
2026-01-09 15:07:49 +00:00
..
admin Standardize all configuration loading 2023-11-03 11:19:11 +00:00
v2 Merge "More cleanup for the RBAC new default" 2025-02-11 03:07:54 +00:00
__init__.py Moved most configuration into designate.conf 2019-05-28 23:54:00 +00:00
middleware.py Improve API Controllers coverage 2023-12-11 03:58:51 -08:00
service.py Standardize all configuration loading 2023-11-03 11:19:11 +00:00
versions.py Add HTTPS and SVCB record types 2025-08-29 00:27:40 +00:00
wsgi.py Isolate eventlet-dependent services for future migration 2026-01-09 15:07:49 +00:00