summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-12-12 15:16:14 +0000
committerGerrit Code Review <review@openstack.org>2022-12-12 15:16:14 +0000
commite40ac0c798164d9d6c46088e783a5b117f7a3a90 (patch)
tree4b4b3f4bcd78252405eaa3c63ef94664a98b3361 /releasenotes
parentbee679751bea7f66d344717263011eb421c92421 (diff)
parent73fe84fa0ea6f7c7fa55544f6bce5326d87743a6 (diff)
downloadnova-e40ac0c798164d9d6c46088e783a5b117f7a3a90.tar.gz
Merge "Support multiple config file with mod_wsgi"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/multiple-config-files-with-mod_wsgi-f114ea5fdd8b9a51.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releasenotes/notes/multiple-config-files-with-mod_wsgi-f114ea5fdd8b9a51.yaml b/releasenotes/notes/multiple-config-files-with-mod_wsgi-f114ea5fdd8b9a51.yaml
new file mode 100644
index 0000000000..f4361477de
--- /dev/null
+++ b/releasenotes/notes/multiple-config-files-with-mod_wsgi-f114ea5fdd8b9a51.yaml
@@ -0,0 +1,14 @@
+---
+fixes:
+ - |
+ apache mod_wsgi does not support passing commandline arguments to the wsgi
+ application that it hosts. As a result when the nova api or metadata api
+ where run under mod_wsgi it was not posible to use multiple config files
+ or non-default file names i.e. nova-api.conf
+ This has been adressed by the intoduction of a new, optional, envionment
+ varible ``OS_NOVA_CONFIG_FILES``. ``OS_NOVA_CONFIG_FILES`` is a ``;``
+ seperated list fo file path relitive to ``OS_NOVA_CONFIG_DIR``.
+ When unset the default ``api-paste.ini`` and ``nova.conf`` will be used
+ form ``/etc/nova``. This is supported for the nova api and nova metadata
+ wsgi applications.
+