Remove deprecated nova::metadata::enable_proxy_headers_parsing

The nova::metadata::enable_proxy_headers_parsing parameter was
deprecated in puppet-nova[1], and is useless now because we set
nova::api::enable_proxy_headers_parsing already.

[1] 7c1717af69d2659703833e9fefe9af86664d2e29

Change-Id: I6f51af926ae1f20a5362e4cf5121ee9e1b88693c
This commit is contained in:
Takashi Kajinami 2020-04-25 23:02:53 +09:00
parent a74a8cd69b
commit 1816a5cc57
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ outputs:
nova::keystone::authtoken::www_authenticate_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
nova::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]}
nova::keystone::authtoken::region_name: {get_param: KeystoneRegion}
nova::metadata::enable_proxy_headers_parsing: true
nova::wsgi::apache_metadata::api_port: '8775'
nova::wsgi::apache_metadata::ssl: {get_param: EnableInternalTLS}
nova::metadata::local_metadata_per_cell: {get_param: NovaLocalMetadataPerCell}