Fixed path to config files

Reasons:
    - Config files should be stored at etc/cloudv-ostf-adapter
Changes:
    - Changed default path to test.conf file

Change-Id: Iacce94aab19140f88d7e6a2740fafaa6a26904ce
Closes-Bug: #1447572
This commit is contained in:
Oleksandr Kyrylchuk 2015-05-12 15:58:04 +03:00
parent 9ac1d34223
commit 2bf718c2c6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[DEFAULT]
health_check_config_path = /etc/cloudv-ostf-adapter/etc/cloudv_ostf_adapter/test.conf
health_check_config_path = /etc/cloudv-ostf-adapter/test.conf
[rest]
server_host=127.0.0.1