Use pip install for run_tests.sh

This should allow us to use the pip and wheel mirrors for gate jobs.

Change-Id: I1e1a4f6afd5649f16c1de56006f3aa719903f5e4
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-04-08 17:06:00 -04:00 committed by Javier Peña
parent 5b2648aec3
commit fbe8b72203
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ fi
# Setup packstack
if [ "${INSTALL_FROM_SOURCE}" = true ]; then
$SUDO python setup.py install
$SUDO pip install .
$SUDO python setup.py install_puppet_modules
else
$SUDO yum -y install openstack-packstack