8140abe639
Glance uses http-proxy-to-wsgi middleware from oslo.middleware in its pipeline in order to efficiently forward request headers in case of load balancer style deployments. Hence, the configuration option ``secure_proxy_ssl_header`` was marked as deprecated. This patch removes the option and the support for it within Glance to entirely rely on oslo middleware. This will ensure that the related headers set by oslo.middleware:HTTPProxyToWSGI is never modified in Glance. Change-Id: I11d41bb736bbfd90030d88245c11642823e4c400 Closes-Bug: 1673908
10 lines
329 B
YAML
10 lines
329 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Removed the deprecated 'secure_proxy_ssl_header' config option. Image import
|
|
will be always enabled from this release onwards as designed.
|
|
upgrade:
|
|
- |
|
|
As Glance relies on oslo.middleware for this feature, care needs to be taken
|
|
that it is configured properly from this release forward.
|