Merge "Remove ERROR_ON_CLONE references"

This commit is contained in:
Jenkins 2015-09-25 23:29:44 +00:00 committed by Gerrit Code Review
commit 860f0ea2ec
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ function magnum_register_image {
# install_magnumclient() - Collect source and prepare
function install_magnumclient {
if use_library_from_git "python-magnumclient"; then
ERROR_ON_CLONE=False
git_clone_by_name "python-magnumclient"
setup_dev_lib "python-magnumclient"
fi