nova/releasenotes/notes/bug-1661360-wsgi-known-issue-ee439d193a4b56ad.yaml
Matt Riedemann 4d7acf3a0c Add release note for running nova-api under wsgi in Ocata
Commit e846c32ce3 added a warning
about running nova-api under wsgi in Ocata but that's not very
discoverable for people that are upgrading and already running
in this mode.

This change adds a release note to make that more obvious and
link to the known bug.

Related-Bug: #1661360
Related-Bug: #1682423

Change-Id: Id9034f795de1b55ac8190feaa37a370e9afd2d8d
2017-10-12 10:29:51 -04:00

11 lines
427 B
YAML

---
issues:
- |
Nova does not support running the nova-api service under mod_wsgi or uwsgi
in Ocata. There are some experimental scripts that have been available
for years which allow you do to this, but doing so in Ocata results in
possible failures to list and show instance details in a cells v2 setup.
See `bug 1661360`_ for details.
.. _bug 1661360: https://bugs.launchpad.net/nova/+bug/1661360