From ae842ac276e47a987d298cffeb480fbdaf5d2101 Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Sat, 16 Oct 2010 00:12:48 +0200 Subject: Add a bunch of stuff to MANIFEST.in that has been added to the tree over the last couple of months. --- MANIFEST.in | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4eb28bde6..cd041bfe1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,17 +1,20 @@ -include HACKING LICENSE run_tests.py run_tests.sh +include HACKING LICENSE run_tests.py run_tests.sh include README builddeb.sh exercise_rsapi.py -include ChangeLog +include ChangeLog MANIFEST.in pylintrc graft CA graft doc graft smoketests graft tools +include nova/api/rackspace/notes.txt include nova/auth/novarc.template include nova/auth/slap.sh include nova/cloudpipe/bootscript.sh include nova/cloudpipe/client.ovpn.template include nova/compute/fakevirtinstance.xml include nova/compute/interfaces.template -include nova/compute/libvirt.xml.template +include nova/virt/interfaces.template +include nova/virt/libvirt.qemu.xml.template +include nova/virt/libvirt.uml.xml.template include nova/tests/CA/ include nova/tests/CA/cacert.pem include nova/tests/CA/private/ @@ -20,3 +23,6 @@ include nova/tests/bundle/ include nova/tests/bundle/1mb.manifest.xml include nova/tests/bundle/1mb.part.0 include nova/tests/bundle/1mb.part.1 +include plugins/xenapi/README +include plugins/xenapi/etc/xapi.d/plugins/objectstore +include plugins/xenapi/etc/xapi.d/plugins/pluginlib_nova.py -- cgit