Merge "fix tempest-lib setup"

This commit is contained in:
Jenkins 2014-11-21 15:17:28 +00:00 committed by Gerrit Code Review
commit 10dc2da5db

View File

@ -450,7 +450,7 @@ function create_tempest_accounts {
function install_tempest_lib { function install_tempest_lib {
if use_library_from_git "tempest-lib"; then if use_library_from_git "tempest-lib"; then
git_clone_by_name "tempest-lib" git_clone_by_name "tempest-lib"
setup_develop "tempest-lib" setup_dev_lib "tempest-lib"
fi fi
} }