Browse code

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

Sean Dague authored on 2014/11/21 07:23:04
Showing 1 changed files
... ...
@@ -450,7 +450,7 @@ function create_tempest_accounts {
450 450
 function install_tempest_lib {
451 451
     if use_library_from_git "tempest-lib"; then
452 452
         git_clone_by_name "tempest-lib"
453
-        setup_develop "tempest-lib"
453
+        setup_dev_lib "tempest-lib"
454 454
     fi
455 455
 }
456 456