diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-04-25 05:48:18 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-04-25 06:03:36 -0400 |
commit | 514ad1b0b8fea733bdf9dacfe8d9006aa882fd10 (patch) | |
tree | 3f5719a38a6e703b02e3d41f9e1be55c4d569c8f /common.sh | |
parent | d5e21b553c692948ec3710a5f1c1bc7dbabb6a62 (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-x | common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |