Fix hieradata for Heat API timeout

puppet-tripleo uses heat::wsgi::apache_api and not heat::wsgi::apache so
we need to update the hieradata. Also let's move it to the heat-api
service and not in base.

Depends-On: I7da55899b9108daced7adb8f82bdb58fcf97aa09
Change-Id: I2ae2f498c70d2c6d90c6f760d7d4a09a36403722
This commit is contained in:
Emilien Macchi 2020-01-22 08:54:59 -05:00
parent d2cd8acf31
commit d2db2292e5
2 changed files with 1 additions and 1 deletions

View File

@ -157,6 +157,7 @@ outputs:
params:
$NETWORK: {get_param: [ServiceNetMap, HeatApiNetwork]}
heat::wsgi::apache_api::ssl: {get_param: EnableInternalTLS}
heat::wsgi::apache_api::vhost_custom_fragment: 'Timeout 600'
heat::policy::policies: {get_param: HeatApiPolicies}
heat::api::service_name: 'httpd'
# NOTE: bind IP is found in hiera replacing the network name with the local node IP

View File

@ -186,4 +186,3 @@ outputs:
heat::cron::purge_deleted::age_type: {get_param: HeatCronPurgeDeletedAgeType}
heat::cron::purge_deleted::destination: {get_param: HeatCronPurgeDeletedDestination}
heat::max_json_body_size: {get_param: HeatMaxJsonBodySize}
heat::wsgi::apache::vhost_custom_fragment: 'Timeout 600'