puppet-nova/releasenotes/notes/nova_metadata_deprecate_oslo_middleware-cf582b1dac0f0822.yaml
Martin Schuppert 7c1717af69 Deprecate oslo::middleware related parameters in ::nova::metadata
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 and max_request_body_size in
::nova::metadata. In future ::nova::api should be used instead.

Change-Id: I0f138bf278931ac21d228251cc1da44638da915c
2019-07-07 16:37:10 +02:00

17 lines
650 B
YAML

---
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.