Fix log file nova-conductor service

The nova-conductor log file is not properly set on the puppet service.

This fix the path to the nova-conductor file

Closes-bug: #1742434
Change-Id: I24a0f776df2d880fdd62364fe73d0002dc4d2fd7
This commit is contained in:
Juan Badia Payno 2018-01-10 13:37:49 +01:00
parent ee371478d7
commit cdadebccba
1 changed files with 4 additions and 4 deletions

View File

@ -37,11 +37,11 @@ parameters:
MonitoringSubscriptionNovaConductor:
default: 'overcloud-nova-conductor'
type: string
NovaSchedulerLoggingSource:
NovaConductorLoggingSource:
type: json
default:
tag: openstack.nova.scheduler
path: /var/log/nova/nova-scheduler.log
tag: openstack.nova.conductor
path: /var/log/nova/nova-conductor.log
UpgradeLevelNovaCompute:
type: string
description: Nova Compute upgrade level
@ -67,7 +67,7 @@ outputs:
value:
service_name: nova_conductor
monitoring_subscription: {get_param: MonitoringSubscriptionNovaConductor}
logging_source: {get_param: NovaSchedulerLoggingSource}
logging_source: {get_param: NovaConductorLoggingSource}
logging_groups:
- nova
config_settings: