ironic/releasenotes/notes/wsgi-applications-5d36cf2a8...

11 lines
439 B
YAML

---
upgrade:
- An Ironic API WSGI application script ``ironic-api-wsgi`` is now available.
It is auto-generated by ``pbr`` and allows to run the API service
using 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.