Comment 8 for bug 1275025

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-heatclient (master)

Reviewed: https://review.openstack.org/115856
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=276fafe3885b61171a07c0b536d1ff55d2fef80a
Submitter: Jenkins
Branch: master

commit 276fafe3885b61171a07c0b536d1ff55d2fef80a
Author: Victor Morales <email address hidden>
Date: Wed Aug 20 22:41:06 2014 -0500

    Removed undefined method in install_env.py file

    There was a call from install_venv.py file to post_process method
    of InstallVenv class, but this method is not defined in this class
    as result it was raising an error. Even when this error doesn't
    affect dependencies installation, it is not allowing to display user
    information.

    Change-Id: Idb77f164abee5625ac24800ddb94b9b8c0b85162
    Closes-Bug: #1275025