Files
devstack/lib/apache
Jens Harbott 135c46671f Fix uwsgi config for trailing slashes
The apache mod_proxy documentation[0] says that trailing slashes need to
match for the ProxyPass statement. Since adding a slash to the redirected
url would break things that need to access endpoints like /identity
without anything added, we need to drop the trailing slash for the
target URL. See [1] for the discussion of the CVE fix that changed the
previous behavior.

For stable/xena the nova-ceph-multistore job is currently broken,
drop it for now, it can be re-added when they got fixed.

[0] https://httpd.apache.org/docs/trunk/mod/mod_proxy.html#proxypass
[1] https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1945274

Depends-On: https://review.opendev.org/c/openstack/devstack/+/811445
Change-Id: Ia6b1a41957833fba87a2e6f048d2483267632385
2021-09-28 20:02:34 +02:00

15 KiB