run_test.sh fails to install venv with most recent version of pip (1.2)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
High
|
Dan Prince | ||
OpenStack Compute (nova) |
Fix Released
|
High
|
Dan Prince |
Bug Description
I get the following error on Nova master if I try run run_tests.sh and create a new .venv:
Patching...
Renaming /home/dprince/
Patched done.
Relaunching...
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'install' is not defined
-------
Command /home/dprince/
Storing complete log in /home/dprince/
Command "tools/with_venv.sh pip install --upgrade distribute" failed.
None
-----
Looks like the most recent version of pip (1.2.1) is the cause of the issue.
Changed in nova: | |
importance: | Undecided → High |
Changed in nova: | |
milestone: | none → folsom-rc1 |
Changed in cinder: | |
assignee: | nobody → Dan Prince (dan-prince) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in cinder: | |
milestone: | none → folsom-rc1 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in cinder: | |
milestone: | folsom-rc1 → 2012.2 |
Changed in nova: | |
milestone: | folsom-rc1 → 2012.2 |
Fix proposed to branch: master /review. openstack. org/12538
Review: https:/