summaryrefslogtreecommitdiffstats
path: root/common.sh
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-04-25 05:48:18 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-04-25 06:03:36 -0400
commit514ad1b0b8fea733bdf9dacfe8d9006aa882fd10 (patch)
tree3f5719a38a6e703b02e3d41f9e1be55c4d569c8f /common.sh
parentd5e21b553c692948ec3710a5f1c1bc7dbabb6a62 (diff)
obtain openstack creds in container
JIRA: BOTTLENECK-69 Change-Id: I428e6bfaa0088cc01bd074fccc637dcd2a75be5c Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'common.sh')
-rwxr-xr-xcommon.sh2
1 files changed, 1 insertions, 1 deletions
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