From 5c50e6c2a5d0896ae605d91e565e70a35db265dc Mon Sep 17 00:00:00 2001 From: Illia Khudoshyn Date: Thu, 23 Apr 2015 14:58:01 +0300 Subject: [PATCH] Fix path in config Path to test.conf in cloudv_ostf_adapter.conf is fixed to point to the default location. Change-Id: I65ea7f43b032ad784f704b59107e94a19bcea457 Fixes bug: 1447572 --- etc/cloudv_ostf_adapter/cloudv_ostf_adapter.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/cloudv_ostf_adapter/cloudv_ostf_adapter.conf b/etc/cloudv_ostf_adapter/cloudv_ostf_adapter.conf index 5f95842..29e28e8 100644 --- a/etc/cloudv_ostf_adapter/cloudv_ostf_adapter.conf +++ b/etc/cloudv_ostf_adapter/cloudv_ostf_adapter.conf @@ -1,5 +1,5 @@ [DEFAULT] -health_check_config_path = /home/dmakogon/Documents/MCV/repo/cloudv-ostf-adapter/etc/cloudv_ostf_adapter/test.conf +health_check_config_path = /etc/cloudv-ostf-adapter/etc/cloudv_ostf_adapter/test.conf [rest] server_host=127.0.0.1