Merge "heat-api-cfn fix log path"

This commit is contained in:
Zuul 2018-09-19 08:01:46 +00:00 committed by Gerrit Code Review
commit ad2dc3a8ff
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ parameters:
type: json
default:
tag: openstack.heat.api.cfn
path: /var/log/containers/heat/heat-api-cfn.log
path: /var/log/containers/heat/heat_api_cfn.log
EndpointMap:
default: {}
description: Mapping of service endpoint -> protocol. Typically set

View File

@ -49,7 +49,7 @@ parameters:
type: json
default:
tag: openstack.heat.api.cfn
path: /var/log/heat/heat-api-cfn.log
path: /var/log/heat/heat_api_cfn.log
EnableInternalTLS:
type: boolean
default: false