Files
nova/releasenotes/notes/bug-2098514-c0adc143c7b70ee8.yaml
T
Takashi Kajinami 253aaec4bb Use consistent program name for wsgi scripts and entry points
Make sure that the consistent program name is always set,so that
the same config sub-directory ( /etc/{project}/{prog}.conf.d ) is used
regardless of the way api service is run.

Closes-Bug: #2098514
Change-Id: Ib5c6d431176b83eefafddc1b35589015db6dfd04
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-12-02 02:57:25 +09:00

13 lines
554 B
YAML

---
fixes:
- |
[`bug 2098514 <https://bugs.launchpad.net/nova/+bug/2098514>_`] Fixed
the per-service configuration directories for the API wsgi modules
(``nova.wsgi.osapi_compute`` and ``nova.wsgi.metadata``), unexpectedly
affected by the application servers hosting these. Now these modules use
the following per-service configuration directories regardless of
the application server used.
- ``nova.wsgi.osapi_compute``: ``/etc/nova/nova-api-os-compute.d``
- ``nova.wsgi.metadata``: ``/etc/nova/nova-api-metadata.d``