Paramerize logging.conf for all services
Paramerize logging.conf for all services which
use oslo.log
Change-Id: Ife02a56cde601a7785db7b7d19d7d3c5a34f5c4b
Related-Prod: PROD-21353
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 96cb9ad..f626112 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -56,6 +56,9 @@
- source: ${template_path}
- context:
_data: {{ pillar.get("_data", {}) }}
+ {%- if pillar.get('service_name') %}
+ service_name: {{ pillar.service_name }}
+ {%- endif %}
EOF
}