Reviewed: https://review.opendev.org/c/openstack/nova/+/796319 Committed: https://opendev.org/openstack/nova/commit/b02a95a18b5da37db6d4f30a5dea07e2a4187245 Submitter: "Zuul (22348)" Branch: master
commit b02a95a18b5da37db6d4f30a5dea07e2a4187245 Author: Mohammed Naser <[email protected]> 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 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1931908 Title: Default CORS allow_headers missing X-OpenStack-Nova-API-Version Status in OpenStack Compute (nova): Fix Released Bug description: When enabling CORS, by default, the `X-OpenStack-Nova-API-Version` API header is not included in the allowed headers. It should be by default because it's critical to the operation of the OpenStack Nova API. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1931908/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

