openstack-ansible-os_nova/releasenotes/notes/nova_ssl_header-c5d95a629a0a1df5.yaml
Dmitriy Rabotyagov 5846e4d0b1 Remove secure_proxy_ssl_header logic
According to nova doc, secure_proxy_ssl_header has been deprecated and
has no effect [1]. Since these variables are not used for other purpose
we drop them.

[1] https://docs.openstack.org/nova/latest/configuration/config.html#oslo_middleware.secure_proxy_ssl_header

Change-Id: Ibc3ac4f0f3fb038463748f8c1608fa475374cf67
2022-02-09 09:41:55 +02:00

7 lines
230 B
YAML

---
deprecations:
- |
Variables ``nova_external_ssl`` and ``nova_secure_proxy_ssl_header``
have been removed since secure_proxy_ssl_header option from nova.conf
they controlled has been deprecated and has no effect.