Files
mistral/releasenotes/notes/migrate-api-out-of-eventlet-cheroot-c681999fb16c27d7.yaml
Arnaud M 58690dfd7d Replace eventlet wsgi by cheroot
Like ironic did previously, let's get rid of eventlet based wsgi and
use cheroot instead.

Also stop using oslo.service options, because they are now in conflict
with oslo_config_glue from cotyledon.

Change-Id: I55172351d1768bdd34fab50bac228928ce7b1765
Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
2025-09-04 00:03:31 +02:00

7 lines
194 B
YAML

---
fixes:
- |
The Mistral API is now served by ``cheroot.wsgi.Server`` instead of the
deprecated ``oslo_service.wsgi`` / eventlet stack. Behaviour and CLI
commands are unchanged.