
Modified the client recipe to sync openstack related logs if a test indicator is enabled. Change-Id: Ia41c28ccecb4ef298221494e6444d4909d917c56
6 lines
120 B
Ruby
6 lines
120 B
Ruby
name "test-synclog"
|
|
description "Sync application related logs for debugging"
|
|
run_list(
|
|
"recipe[rsyslog::client]"
|
|
)
|