Skip to content

Commit

Permalink
Get rid of deprecated [DEFAULT] use_forwarded_for
Browse files Browse the repository at this point in the history
This option was deprecated during Zed cycle[1] because it is basically
duplicate of the oslo_middleware functionality.

[1] https://review.opendev.org/c/openstack/nova/+/836253
  • Loading branch information
kajinamit committed Jan 10, 2023
1 parent 293f5b8 commit d8e72a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/nova.conf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ ssl_minimum_version=tlsv1_3

{{if eq .service_name "nova-api" "nova-metadata-api"}}
[api]
use_forwarded_for = true
auth_strategy = keystone
[oslo_middleware]
enable_proxy_headers_parsing = True
Expand Down

0 comments on commit d8e72a6

Please sign in to comment.