nova/releasenotes/notes/support-sys.argv-in-wsgi-app-2dc5006f9e9e5f9e.yaml
Sean Mooney 6314f09ed4 [codespell] apply codespell to the releasenotes
this change fixes the typos in the releasenotes
"""
codespell --ignore-words=doc/dictionary.txt -i 3 -w  releasenotes/
"""

Change-Id: I29cd5268cd129b194c43a9f6b08a2b7b1c254b65
2023-10-03 01:17:21 +01:00

10 lines
434 B
YAML

---
features:
- |
Now nova-api and nova-api-metadata WSGI services support command line
arguments similarly to other nova services. For example these services
now support specifying multiple config files via --config-file parameter.
Please note that passing command line arguments to WSGI apps depends on
the given WSGI runner. For example uwsgi supports this via the --pyargv
parameter of the uwsgi binary.