Files
heat/releasenotes/notes/deprecate-api-console-scripts-b5c0b734fccd82bd.yaml
Takashi Kajinami 9d6b898b52 Deprecate console scripts for api services
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
2025-05-09 14:05:14 +00:00

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.