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