aboutsummaryrefslogtreecommitdiffstats
path: root/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-04-25 11:21:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-25 11:21:02 +0000
commit26ddcc786462f926ab576f53694cba5a903f9bef (patch)
treec74974e3470fe1f6a28878d443584641b74c2255 /build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh
parentff49960601c8e493d27953b1d878cae5951fcdee (diff)
parent603dac9a9ea3830fdf851e410ba1eced6ed32a2a (diff)
Merge "fuel-menu: Align defaults w/ OPNFV bootstrap cfg" into stable/danube
Diffstat (limited to 'build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh')
-rwxr-xr-xbuild/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh b/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh
index be17e7e0a..431577cba 100755
--- a/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh
+++ b/build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh
@@ -26,9 +26,4 @@ if [ $? -ne 0 ]; then
echo "Error removing /opt/opnfv/nailgun directory!"
exit 1
fi
-mv /opt/opnfv/fuel_bootstrap_cli.yaml /etc/fuel-bootstrap-cli/fuel_bootstrap_cli.yaml
-if [ $? -ne 0 ]; then
- echo "Error moving bootstrap image configuration!"
- exit 1
-fi
echo "Done installing pre-build repo"