From 29b0c572ba4609df208b7e716a42335a32f686d9 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 14 Mar 2018 16:31:32 +0800 Subject: bugfix: docker container run fail due to no setup.cfg Change-Id: Ie38e42b01bdf8f441ceb9463aa6977285dec94b1 Signed-off-by: SerenaFeng --- testapi/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapi') diff --git a/testapi/setup.cfg b/testapi/setup.cfg index 570d138..e83da5e 100644 --- a/testapi/setup.cfg +++ b/testapi/setup.cfg @@ -24,7 +24,7 @@ packages = opnfv_testapi data_files = -# /etc/opnfv_testapi = etc/config.ini + /etc/opnfv_testapi = etc/config.ini /usr/local/share/opnfv_testapi = 3rd_party/static/* /usr/local/share/opnfv_testapi/testapi-ui = opnfv_testapi/ui/* -- cgit 1.2.3-korg