diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-04-19 15:21:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-19 15:21:32 +0000 |
commit | c0ecdc358fd18fa4dc1bf07259acd4252f9788aa (patch) | |
tree | 9c53c32c1be278a6c2f94f471f9a4195c93a6e66 /build/f_isoroot/f_bootstrap | |
parent | c51f1aadff98806a9265bd77a807e2bdd99fef6d (diff) | |
parent | d116928396655b6db92b6786022ff68f13df58c7 (diff) |
Merge "fuel-menu: Align defaults w/ OPNFV bootstrap cfg"
Diffstat (limited to 'build/f_isoroot/f_bootstrap')
-rwxr-xr-x | build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh | 5 |
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" |