fix tempest-lib setup

The setup should have been with setup_dev_lib, which looks up the path
from GITDIR. This should let tempest-lib src jobs function.

Change-Id: Ia160708c089adce469d878030196b6fed8acc92d
This commit is contained in:
Sean Dague 2014-11-20 17:23:04 -05:00
parent 576aaae6f7
commit 86b65dd77b

View File

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