From 1edc173e5920ed1192325588a4e9385408e660fa Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Fri, 3 Jun 2016 15:00:32 +0200 Subject: [PATCH] Switch back using local backends for lma_collector Since [1] has been merged, the LMA collector plugin can be configured to use local backends even if they're not yet deployed. [1] https://review.openstack.org/#/c/318190/ Change-Id: I5325ed5fb19a08b8605478613ce5eb5d67fa6a1e --- stacklight_tests/lma_collector/plugin_settings.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/stacklight_tests/lma_collector/plugin_settings.py b/stacklight_tests/lma_collector/plugin_settings.py index dbf4fd9..6f91c1e 100644 --- a/stacklight_tests/lma_collector/plugin_settings.py +++ b/stacklight_tests/lma_collector/plugin_settings.py @@ -23,12 +23,10 @@ plugin_path = settings.LMA_COLLECTOR_PLUGIN_PATH version = helpers.get_plugin_version(plugin_path) default_options = { - "environment_label/value": "deploy_lma_toolchain", - "elasticsearch_mode/value": "remote", - "influxdb_mode/value": "remote", + "environment_label/value": "deploy_lma_collector", + "elasticsearch_mode/value": "local", + "influxdb_mode/value": "local", "alerting_mode/value": "local", - "elasticsearch_address/value": "127.0.0.1", - "influxdb_address/value": "127.0.0.1" } toolchain_options = {