Comment 8 for bug 1931908

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/796861
Committed: https://opendev.org/openstack/nova/commit/6305ae491e86ee1a408213da9d89d5cdecbaa869
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 6305ae491e86ee1a408213da9d89d5cdecbaa869
Author: Mohammed Naser <email address hidden>
Date: Mon Jun 14 16:53:02 2021 -0400

    Allow X-OpenStack-Nova-API-Version header in CORS

    By default, we don't currently allow the Nova microversion
    header for CORS requests. It should be something that is
    included out of the box because it's part of the core API.

    Deployers can workaround this by overriding allow_headers,
    but we should provide a better experience out of the box.

    Closes-Bug: #1931908
    Change-Id: Idf4650f36952331f02d7512580c21451f3ee3b63
    (cherry picked from commit b02a95a18b5da37db6d4f30a5dea07e2a4187245)