heat-api 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.log"

This patch set the path properly to:
  "/var/log/containers/heat/heat_api.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.conf.txt.gz

Depends-On: If253da4f0f89221dc6ddacc280c984079c6a3c7f
Change-Id: Ice83d3e6e06c44d20de223db212a6c4dce19e659
This commit is contained in:
Juan Badia Payno 2018-08-28 13:30:49 +02:00
parent a885599770
commit 2153786d77
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