Comment 2 for bug 1370347

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

Reviewed: https://review.openstack.org/122233
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=48ec1fbfc3a96e1bac36d9089895966dee249538
Submitter: Jenkins
Branch: master

commit 48ec1fbfc3a96e1bac36d9089895966dee249538
Author: Maru Newby <email address hidden>
Date: Wed Sep 17 19:48:41 2014 +0000

    Set dsvm-functional job to use system packages

    The functional job was breaking due to the interaction between
    devstack installing neutron system-wide in editable mode (pip install
    -e) and tox packaging in the same path. Installing in editable
    mode meant that neutron.egg-info/PKG_INFO could be updated (in this
    case by tox) to change the installed version of the neutron package
    without updating scripts that depended on the installed version
    (e.g. rootwrap). This fix is to set the dsvm-functional env to
    use system packages and avoid having tox update PKG_INFO.

    Change-Id: Icc38cacd69bc5843ccfcc60237a7102df6d8597f
    Closes-bug: #1370347