Comment 3 for bug 1275025

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

Reviewed: https://review.openstack.org/72494
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=165ba7bc5b004d3ab49f17a69f4d34c024553f54
Submitter: Jenkins
Branch: master

commit 165ba7bc5b004d3ab49f17a69f4d34c024553f54
Author: Jay S. Bryant <email address hidden>
Date: Mon Feb 10 16:17:14 2014 -0600

    Remove call to undefined install.post_process()

    Oslo commit b5cca99e5281d9c0c5eda444137e418b31209c45 removed
    the obsolete redhat-eventlet.patch. Part of this commit
    removed the post_process() method which we were still calling
    in tools/install_venv.py . The post_process function was just
    there to do any distro-specific post processing. By default,
    that was nothing. So, this is safe to remove.

    This same change was made to python-novaclient with
    commit 0194492059920fd8d9d91849c341b2de0b561089 .

    Closes-bug: 1275025
    Change-Id: I4c52e2c0d3d6553f5d33e94cd6e8622160febc37