]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Nail the pip requirement at 1.1.
authorDan Prince <dprince@redhat.com>
Fri, 7 Sep 2012 01:54:16 +0000 (21:54 -0400)
committerDan Prince <dprince@redhat.com>
Mon, 10 Sep 2012 18:11:08 +0000 (14:11 -0400)
commitb51265a9f61c8ef445fba4110ea5684bc918e682
treeeb36a92ec86f90be8a9abcc47f66696d5937ca47
parent200151a36eaa421c8c2b5e45cec72f88bc2e469e
Nail the pip requirement at 1.1.

The most recent version of pip (1.2.1 as of a couple days ago) fails
to install the required Cinder .venv packages. Nailing the installed
pip version when using run_tests.sh seems like a reasonable solution
to this issue.

Fixes LP Bug #1047120.

Change-Id: I8d831f747b0d25b5d0f6e74a234e764ff448965b
tools/install_venv.py