From d7b13a24d2c92ff0001344856d7211872de93f70 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 22 Jan 2020 08:54:59 -0500 Subject: [PATCH] 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 (cherry picked from commit d2db2292e59fe56fc969c93a60a985178bf89f09) --- deployment/heat/heat-api-container-puppet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/heat/heat-api-container-puppet.yaml b/deployment/heat/heat-api-container-puppet.yaml index 97e87bcd63..d5c58b3f3e 100644 --- a/deployment/heat/heat-api-container-puppet.yaml +++ b/deployment/heat/heat-api-container-puppet.yaml @@ -133,6 +133,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