From 2153786d77870bdd8e0988d03934d8da5fd504d4 Mon Sep 17 00:00:00 2001 From: Juan Badia Payno Date: Tue, 28 Aug 2018 13:30:49 +0200 Subject: [PATCH] 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 --- docker/services/heat-api.yaml | 2 +- puppet/services/heat-api.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/services/heat-api.yaml b/docker/services/heat-api.yaml index 11864ef662..7b69d4c344 100644 --- a/docker/services/heat-api.yaml +++ b/docker/services/heat-api.yaml @@ -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 diff --git a/puppet/services/heat-api.yaml b/puppet/services/heat-api.yaml index 8bc4110d05..60f2105d40 100644 --- a/puppet/services/heat-api.yaml +++ b/puppet/services/heat-api.yaml @@ -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