
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>
7 lines
194 B
YAML
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.
|