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
This commit is contained in:
Bertrand Lallau 2017-06-13 22:57:23 +02:00
parent f568358c63
commit 1f42a50a08

View File

@ -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"