Files
ironic/releasenotes/notes/ironic-wsgi-api-alias-a8c75cfbf5c69da4.yaml
Jay Faulkner 65dd9a6601 Add WSGI alias under ironic.wsgi.api
This is the OpenStack standard place for it, apparently. Even though
Ironic only has one WSGI server, we still need to add the extra module
layer.

Assisted-by: Claude code
Signed-off-by: Jay Faulkner <jay@jvf.cc>
Change-Id: Ia046124ede28991be6e1fe43b29819f2f28c8c9a
2025-09-18 13:37:36 -07:00

6 lines
189 B
YAML

other:
- |
For consistency with other OpenStack projects, Ironic API's wsgi server can
now be launched via `ironic.wsgi.api:application` as well as
`ironic.wsgi:application`.