
Current standalone api services heavily depend on WSGI server implementation of eventlet and we aim to completely get rid of it as part of the effort to get rid of eventlet. It is now officially recommended to use the wsgi scripts or applications and run these by a 3rd party mechanism such as uwsgi or httpd + mod_wsgi. Change-Id: I91457df91bb2e6f6710af6f4fc19b11527d8e4c3
8 lines
319 B
YAML
8 lines
319 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``heat-api`` console script and the ``heat-api-cfn`` console script,
|
|
which are used to launch standalone api services, have been deprecated and
|
|
will be removed in a future release. It is now highly recommended to Use
|
|
the wsgi scripts (or wsgi applications directly) instead.
|