summaryrefslogtreecommitdiffstats
path: root/puppet/services/nova-consoleauth.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-17 18:50:51 +0000
committerGerrit Code Review <review@openstack.org>2016-09-17 18:50:51 +0000
commitdc9c4c2ad9f8ee08d3b97f09641f580bb32c1592 (patch)
tree940c3fa289dd1856d7b8e78f51f606eb3286a605 /puppet/services/nova-consoleauth.yaml
parent4a504411a9c63eda4c16c1cdbff486453a60a5ba (diff)
parent0d9298bb8fc9903ff42e3d2402cd44e765f4c822 (diff)
Merge "Add fluentd client service"
Diffstat (limited to 'puppet/services/nova-consoleauth.yaml')
-rw-r--r--puppet/services/nova-consoleauth.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet/services/nova-consoleauth.yaml b/puppet/services/nova-consoleauth.yaml
index 13e3a26a..85e60420 100644
--- a/puppet/services/nova-consoleauth.yaml
+++ b/puppet/services/nova-consoleauth.yaml
@@ -21,6 +21,11 @@ parameters:
MonitoringSubscriptionNovaConsoleauth:
default: 'overcloud-nova-consoleauth'
type: string
+ NovaConsoleauthLoggingSource:
+ type: json
+ default:
+ tag: openstack.nova.consoleauth
+ path: /var/log/nova/nova-consoleauth.log
resources:
NovaBase:
@@ -36,6 +41,9 @@ outputs:
value:
service_name: nova_consoleauth
monitoring_subscription: {get_param: MonitoringSubscriptionNovaConsoleauth}
+ logging_source: {get_param: NovaConsoleauthLoggingSource}
+ logging_groups:
+ - nova
config_settings:
get_attr: [NovaBase, role_data, config_settings]
step_config: |