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
This commit is contained in:
Matt Riedemann 2017-10-12 10:28:11 -04:00
parent c2aa30b102
commit 4d7acf3a0c
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
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