Remove ERROR_ON_CLONE references

It is *never* acceptable to manipulate this variable.  It defeats
devstack gate testing.

Depends-On: I810643ccf377a9351e6a0f2554d0c2c4860baa5d
Change-Id: I6b03524a3157be4f85c41312caa92068fa35b8e9
This commit is contained in:
James E. Blair 2015-09-23 14:11:17 -07:00 committed by James E. Blair
parent 07ec627ca0
commit 1553b4cf6f
1 changed files with 0 additions and 1 deletions

View File

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