]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove plugin pip-requires.
authorJames E. Blair <james.blair@rackspace.com>
Tue, 20 Dec 2011 00:25:21 +0000 (16:25 -0800)
committerJames E. Blair <james.blair@rackspace.com>
Tue, 20 Dec 2011 00:30:54 +0000 (16:30 -0800)
commitdadbae983328b39565f53cadb62b2f696e045c8b
tree915b506640983a02ca6415c6a80c7d5204ca577e
parent80b94c7051ad77a56b00f6592a8dfe3a7511ffdc
Remove plugin pip-requires.

Fixes bug 906636.

The cisco plugin included ncclient, but does not use it when testing.
The openvswitch plugin included SQLAlchemy which is already required
by quantum itself.

I've also changed the install_venv.py script to only look at
tools/pip-requires, so that it behaves more like the rest of the
OpenStack projects.  In Jenkins that's the only file we look at
to see if we need to rebuild the virtualenv, so it would be best
if the project only hade one pip-requires.

Also added .gitignore to ignore files created during testing.

Change-Id: Ic460452ec89aa8377c975ca63b57563119860e6b
.gitignore [new file with mode: 0644]
quantum/plugins/cisco/pip-requires [deleted file]
quantum/plugins/openvswitch/pip-requires [deleted file]
tools/install_venv.py