]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Cleanup the source distribution.
authorBob Kukura <rkukura@redhat.com>
Fri, 17 Feb 2012 22:00:52 +0000 (17:00 -0500)
committerBob Kukura <rkukura@redhat.com>
Fri, 17 Feb 2012 22:55:00 +0000 (17:55 -0500)
commitd6bf2b76162ba806b2ad1f636f6273e47e03a117
tree4466557375eb63d564dfac8a89a2f1575c1d54e5
parent04d144ae0b2ad5618847d1784cea48a08d53a46a
Cleanup the source distribution.

Missing text files such as LICENSE and various READMEs are now
included in the tarball source distribution. The Makefile and shell
script for installing the openvswitch agent on xen are also now
included. The openvswitch and linuxbridge agents are included, and
executable wrapper scripts for the agents are provided. The cisco and
linuxbridge nova drivers are now setup to be run from the quantum
namespace rather than copied to nova. Finally, the setup_*.py scripts
have been removed from the project. Fixes bug 925074.

Test by running "python setup.py sdist" and examining the generated
tarball.

Change-Id: I33d336a5eb13678e6d527b575958393b337b6f3d
Signed-off-by: Bob Kukura <rkukura@redhat.com>
15 files changed:
MANIFEST.in
bin/quantum-linuxbridge-agent [new file with mode: 0755]
bin/quantum-openvswitch-agent [new file with mode: 0755]
quantum/plugins/linuxbridge/README
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py
quantum/plugins/linuxbridge/nova/__init__.py [new file with mode: 0644]
quantum/plugins/linuxbridge/nova/linux_net_linux_bridge.py
quantum/plugins/linuxbridge/nova/vif_linuxbridge_quantum.py
quantum/plugins/openvswitch/agent/__init__.py [new file with mode: 0644]
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
setup.py
setup_cisco_plugin.py [deleted file]
setup_openvswitch_plugin.py [deleted file]
setup_sample_plugin.py [deleted file]
setup_server.py [deleted file]