Merge "heat-api fix log path"

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

View File

@ -15,7 +15,7 @@ parameters:
type: json
default:
tag: openstack.heat.api
path: /var/log/containers/heat/heat-api.log
path: /var/log/containers/heat/heat_api.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
path: /var/log/heat/heat-api.log
path: /var/log/heat/heat_api.log
EnableInternalTLS:
type: boolean
default: false