install_venv.py raises AttributeError ('InstallVenv' object has no attribute 'post_process')
Bug #1275025 reported by
Victor Morales
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-ceilometerclient |
Fix Released
|
Undecided
|
Victor Morales | ||
python-cinderclient |
Fix Released
|
High
|
Jay Bryant | ||
python-heatclient |
Fix Released
|
Medium
|
Victor Morales | ||
python-novaclient |
Fix Released
|
Undecided
|
Victor Morales |
Bug Description
In order to create .venv virtual environment and install all the dependencies that this project requires, it's necessary to run the python tools/install_
Once all libraries are installed the following error is produced:
Traceback (most recent call last):
File "tools/
main(sys.argv)
File "tools/
install.
AttributeError: 'InstallVenv' object has no attribute 'post_process'
This error doesn't allow to display the help info section.
Changed in python-novaclient: | |
assignee: | nobody → Victor Morales (electrocucaracha) |
Changed in python-cinderclient: | |
importance: | Undecided → High |
assignee: | nobody → Jay Bryant (jsbryant) |
Changed in python-novaclient: | |
milestone: | none → 2.18.0 |
Changed in python-novaclient: | |
status: | Fix Committed → Fix Released |
Changed in python-ceilometerclient: | |
assignee: | nobody → Victor Morales (electrocucaracha) |
Changed in python-heatclient: | |
assignee: | nobody → Victor Morales (electrocucaracha) |
Changed in python-heatclient: | |
milestone: | none → v0.2.11 |
importance: | Undecided → Medium |
Changed in python-heatclient: | |
status: | Fix Committed → Fix Released |
Changed in python-ceilometerclient: | |
milestone: | none → 1.3.0 |
status: | Fix Committed → Fix Released |
Changed in python-cinderclient: | |
milestone: | none → 1.3.1 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/70385
Review: https:/