Browse code

Merge "Recreate tox venv for tempest on stack.sh run"

Jenkins authored on 2015/03/27 02:14:47
Showing 1 changed files
... ...
@@ -331,7 +331,7 @@ function configure_tempest {
331 331
     # NOTE(mtreinish): This must be done after auth settings are added to the tempest config
332 332
     local tmp_cfg_file=$(mktemp)
333 333
     cd $TEMPEST_DIR
334
-    tox -evenv -- verify-tempest-config -uro $tmp_cfg_file
334
+    tox -revenv -- verify-tempest-config -uro $tmp_cfg_file
335 335
 
336 336
     local compute_api_extensions=${COMPUTE_API_EXTENSIONS:-"all"}
337 337
     if [[ ! -z "$DISABLE_COMPUTE_API_EXTENSIONS" ]]; then