summaryrefslogtreecommitdiff
path: root/releasenotes/notes/any-wsgi-8d6ccb0590104146.yaml
blob: d25447b01bcb1ae25027ed0844499423d235df3f (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    Makes ``ironic.api.wsgi`` compatible with WSGI containers that cannot use
    an executable WSGI entry point. For example, with gunicorn::

        gunicorn -b 0.0.0.0:6385 'ironic.api.wsgi:initialize_wsgi_app(argv=[])'