install_venv.py fails because post_process does not exist

Bug #1262321 reported by Terry Howe
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient
Fix Released
Undecided
Terry Howe

Bug Description

Perhaps:

diff --git a/tools/install_venv.py b/tools/install_venv.py
index a5891d6..770ae73 100644
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -59,7 +59,6 @@ def main(argv):
     install.check_dependencies()
     install.create_virtualenv(no_site_packages=options.no_site_packages)
     install.install_dependencies()
- install.post_process()
     print_help()

Revision history for this message
Devdatta Kulkarni (devdatta-kulkarni) wrote :

I faced this issue as well. I commented out the call to post_process and was able to complete the installation successfully.

Wondering if the bug fix is really just removing the call to 'post_process' from install_venv.py?

Terry Howe (thowe-g)
Changed in python-openstackclient:
assignee: nobody → Terry Howe (thowe-g)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-openstackclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/63284

Changed in python-openstackclient:
status: New → In Progress
Revision history for this message
Terry Howe (thowe-g) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/63284
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=12f31eed2f9f12e7fd60c238a338bb45eaee3516
Submitter: Jenkins
Branch: master

commit 12f31eed2f9f12e7fd60c238a338bb45eaee3516
Author: Terry Howe <email address hidden>
Date: Thu Dec 19 20:06:54 2013 -0700

    Closes-Bug: #1262321
    Remove the unimplemented post_process method call

    Change-Id: Iaed526cc25a651008a66ad7f0050070ab2b4c595

Changed in python-openstackclient:
status: In Progress → Fix Committed
Revision history for this message
Terry Howe (thowe-g) wrote :

Since this is a development only thing, I'm marking this fix released.

Changed in python-openstackclient:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.