Files
devstack/lib
Slawek Kaplonski b500d80c76 Fix deployment of the neutron with uwsgi
After patch [1] deploying neutron with uwsgi was not working correctly
due to the fact that there was different paths for the applications
set in the api-paste.ini file. Instead of default ones like:

/: neutronversions_composite
/healthcheck: healthcheck
/v2.0: neutronapi_v2_0

it was changing it to something like:

/networking/: neutronversions_composite
/networking/healthcheck: healthcheck
/networking/v2.0: neutronapi_v2_0

where 'networking' can be configured to something else.
This patch fixes deployment of neutron with uwsgi by not changing its
api-paste.ini file when NEUTRON_DEPLOY_MOD_WSGI=True.

[1] https://review.opendev.org/c/openstack/devstack/+/849145

Closes-bug: #2069418
Change-Id: I12b860d4d98442e2b5ac0c9fd854f1226633b518
2024-06-14 14:08:00 +02:00
..
2023-08-02 05:11:03 +00:00
2022-11-07 08:21:34 +00:00
2019-02-05 11:21:39 -05:00
2023-09-21 09:54:49 -07:00
2023-02-16 12:01:39 +01:00
2023-08-24 03:28:31 +00:00
2022-12-16 09:59:11 +01:00
2017-06-20 14:09:30 -04:00
2023-02-16 12:01:39 +01:00
2023-02-16 12:01:39 +01:00
2019-03-29 11:20:19 -07:00