Remove wsgi_enabled parameters in nova

Now wsgi_enabled parameters in puppet-tripleo are removed and we always
use wsgi to deploy nova-api and nova-metadata-api.

Depends-on: https://review.opendev.org/#/c/710642/
Change-Id: Iec68c96917bdfd60f0cb11bf437909d44f8920ed
This commit is contained in:
Takashi Kajinami 2020-03-01 22:12:40 +09:00
parent b3b7785ab2
commit a999923f34
2 changed files with 0 additions and 2 deletions

View File

@ -194,7 +194,6 @@ outputs:
"%{hiera('fqdn_$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, NovaApiNetwork]}
nova_wsgi_enabled: true
nova::api::service_name: 'httpd'
nova::wsgi::apache_api::ssl: {get_param: EnableInternalTLS}
# NOTE: bind IP is found in hiera replacing the network name with the local node IP

View File

@ -137,7 +137,6 @@ outputs:
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_metadata_wsgi_enabled: 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}