Comment 10 for bug 1953198

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/820509
Committed: https://opendev.org/openstack/tripleo-ansible/commit/eb4c66e1eb3bc92ffa0809df6d508f880809e496
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit eb4c66e1eb3bc92ffa0809df6d508f880809e496
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)