Comment 12 for bug 1953198

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-ansible (stable/train)

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/820594
Committed: https://opendev.org/openstack/tripleo-ansible/commit/0290622036008c39c3d76e3063128c61f2967db5
Submitter: "Zuul (22348)"
Branch: stable/train

commit 0290622036008c39c3d76e3063128c61f2967db5
Author: Alex Schultz <email address hidden>
Date: Fri Dec 3 13:15:56 2021 -0700

    Disable image-serve MultiViews

    The MultiViews configuration for manifests is causing the wrong
    manifest data being returned for some tags. This change removes the
    MultiViews configuration and moves the configuration we used to put into
    an .htaccess file into the image serve apache configuration. The
    manifest requests should no longer trigger the .htaccess configuration
    but the .htaccess for the actual metadata file should still be returned
    with this change.

    Change-Id: Ifd86b50e308bca0b8fd4ddb870b289dde8dbe046
    Closes-Bug: #1953198
    (cherry picked from commit 419f3166a31f1f13d7ca64815bd093bd0df45351)