Commit e045d01
committed
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 b02a95a)1 parent 222075a commit e045d01
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
0 commit comments