File: nova_metadata_deprecate_oslo_middleware-cf582b1dac0f0822.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
deprecations:
  - |
    Deprecates oslo::middleware parameters enable_proxy_headers_parsing
    and max_request_body_size in ::nova::metadata.
    Use ::nova::api instead.
fixes:
  - |
    enable_proxy_headers_parsing should not only be configurabe if
    !$nova_metadata_wsgi_enabled , Therefore it needs to be moved outside
    the condition.
    But at the moment enable_proxy_headers_parsing can also be set via
    ::nova::metadata which conficts.
    This change deprecates oslo::middleware related parameters
    enable_proxy_headers_parsing and max_request_body_size in
    ::nova::metadata. In future ::nova::api should be used instead.