heat-api-cfn fix log path

As it can be check on the gate[1], the log path for the service
is not set properly. "/var/log/containers/heat/heat-api-cfn.log"

This patch set the path properly to:
  "/var/log/containers/heat/heat_api_cfn.log.txt"

[1]  http://logs.openstack.org/36/594836/1/check/tripleo-ci-centos-7-scenario002-multinode-oooq-container/427de6c/logs/subnode-2/var/log/config-data/fluentd/etc/fluentd/config.d/100-openstack-heat_api_cfn.conf.txt.gz

Depends-On: If253da4f0f89221dc6ddacc280c984079c6a3c7f
Change-Id: I03fb46b06f0201f9fcea2ea7606219cea9fba742
This commit is contained in:
Juan Badia Payno 2018-08-28 10:40:44 +02:00
parent a885599770
commit 7456303dd7
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