ironic/releasenotes/notes/any-wsgi-8d6ccb0590104146.yaml

8 lines
241 B
YAML

---
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=[])'