Comment 13 for bug 1953198

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/820507
Committed: https://opendev.org/openstack/tripleo-ansible/commit/538ee47d2821ce843da7a39da6beb3b814b47f60
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 538ee47d2821ce843da7a39da6beb3b814b47f60
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)