Merge "Fix hieradata for Heat API timeout"

This commit is contained in:
Zuul 2020-01-27 21:32:19 +00:00 committed by Gerrit Code Review
commit 53a7d4e402
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'