summaryrefslogtreecommitdiff
path: root/releasenotes/notes/wsgi-applications-5d36cf2a8885a56d.yaml
blob: 5c5aa142f5d1e80a03de6e4e688fa6a6638847da (plain)
1
2
3
4
5
6
7
8
9
10
11
---
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.