From 514ad1b0b8fea733bdf9dacfe8d9006aa882fd10 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 25 Apr 2016 05:48:18 -0400 Subject: obtain openstack creds in container JIRA: BOTTLENECK-69 Change-Id: I428e6bfaa0088cc01bd074fccc637dcd2a75be5c Signed-off-by: MatthewLi --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.sh') diff --git a/common.sh b/common.sh index 16966320..15cf2ecb 100755 --- a/common.sh +++ b/common.sh @@ -12,7 +12,7 @@ mkdir -p /home/opnfv/bottlenecks/config config_file=/home/opnfv/bottlenecks/config/bottlenecks_cfg.yaml if [ ! -f ${config_file} ]; then - default_config_file=$(find /home/opnfv/repos -name bottlenecks_cfg.yaml) + default_config_file=$(find /home/opnfv -name bottlenecks_cfg.yaml) cp $default_config_file $config_file echo "bottlenecks_cfg.yaml not provided. Using default one" fi -- cgit 1.2.3-korg