Browse code

Make sure tox is installed when setting up tempest

Partial backport of I8008837d2fae6cebeeeb051b63066279ca477e01

In order to make grenade easier to run outside of the gate make sure tox
is installed when tempest is set up. Currently one has to install tox
manually to get grenade to work.

Change-Id: Ie20de0c523cf1c31683fe69fa88f73705bed06b9

Joe Gordon authored on 2014/07/24 13:38:41
Showing 1 changed files
... ...
@@ -415,6 +415,7 @@ function create_tempest_accounts {
415 415
 # install_tempest() - Collect source and prepare
416 416
 function install_tempest {
417 417
     git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
418
+    pip_install "tox<1.7"
418 419
 }
419 420
 
420 421
 # init_tempest() - Initialize ec2 images