From 4ecdd60c431517a2f986e04275d0a4e542e4cd77 Mon Sep 17 00:00:00 2001 From: Prateek Arora Date: Fri, 31 Mar 2017 09:04:30 -0400 Subject: [PATCH] Requirements file missing python-virtualenv On systems where python-virtualenv is not installed, rally fails to run. As such adding the package to requirements required for running rally. Change-Id: Ib95331bab90d0926750548704ac4ba7e997d72f1 Closes-Bug: #1678047 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 2c5ed658..ce9fb6b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,6 +23,7 @@ requests>=2.10.0,!=2.12.2,!=2.13.0,<=2.13.0 # Apache License, Version SQLAlchemy>=1.0.10,<=1.1.6 # MIT sphinx>=1.5.1,<=1.5.3 # BSD six>=1.9.0,<=1.10.0 # MIT +virtualenv # MIT # OpenStack related boto>=2.32.1,<=2.46.1 # MIT