Comment 7 for bug 1931908

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/796860
Committed: https://opendev.org/openstack/nova/commit/e045d0115dfe3f4a4776c9d82af46cddded83e7c
Submitter: "Zuul (22348)"
Branch: stable/wallaby

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