From 1f42a50a08f9966857ee2c67cc50626c9d71e3c8 Mon Sep 17 00:00:00 2001 From: Bertrand Lallau Date: Tue, 13 Jun 2017 22:57:23 +0200 Subject: [PATCH] Remove SKIP_LOG_SETUP env variable from fluentd env SKIP_LOG_SETUP variable was used by Heka stuff. Heka has been removed from Kolla and Kolla-ansible. Change-Id: I4448b26ace899eb888d34a12a85b019597e25435 --- ansible/roles/common/defaults/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/common/defaults/main.yml b/ansible/roles/common/defaults/main.yml index 732b33c8e9..850af87d6f 100644 --- a/ansible/roles/common/defaults/main.yml +++ b/ansible/roles/common/defaults/main.yml @@ -9,7 +9,6 @@ common_services: image: "{{ fluentd_image_full }}" environment: KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}" - SKIP_LOG_SETUP: "true" volumes: - "{{ node_config_directory }}/fluentd/:{{ container_config_directory }}/:ro" - "/etc/localtime:/etc/localtime:ro"