ironic/releasenotes/notes/wsgi-applications-5d36cf2a8885a56d.yaml
Dmitry Tantsur f1c26abc24 Clean up release notes before a release
Change-Id: I9f1344ce247a82689878c9b5f852f0f802e8247e
2018-01-09 16:51:55 +01:00

12 lines
456 B
YAML

---
upgrade:
- A new WSGI application script ``ironic-api-wsgi`` is now available.
It is auto-generated by ``pbr`` and provides the ability to serve
the bare metal API using a WSGI server (for example Nginx and uWSGI or
Apache with mod_wsgi).
deprecations:
- Using ``ironic/api/app.wsgi`` script is deprecated and it will be removed
in Rocky release.
Please switch to automatically generated ``ironic-api-wsgi`` script
instead.