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 From 85a046f1c758ff4be3a563d0707803b133ed16b0 Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Sat, 16 Oct 2010 10:02:17 +0200 Subject: Also add Xen template to manifest. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index cd041bfe1..1a78f9589 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -15,6 +15,7 @@ include nova/compute/interfaces.template include nova/virt/interfaces.template include nova/virt/libvirt.qemu.xml.template include nova/virt/libvirt.uml.xml.template +include nova/virt/libvirt.xen.xml.template include nova/tests/CA/ include nova/tests/CA/cacert.pem include nova/tests/CA/private/ -- cgit From 8e77d7cc6ce98ca1912dc9652244fbce3fdadf62 Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Sat, 16 Oct 2010 10:04:26 +0200 Subject: Add the last few things to MANIFEST.in. --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 1a78f9589..562aa3f7b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,7 @@ graft CA graft doc graft smoketests graft tools -include nova/api/rackspace/notes.txt +include nova/api/openstack/notes.txt include nova/auth/novarc.template include nova/auth/slap.sh include nova/cloudpipe/bootscript.sh @@ -22,6 +22,7 @@ include nova/tests/CA/private/ include nova/tests/CA/private/cakey.pem include nova/tests/bundle/ include nova/tests/bundle/1mb.manifest.xml +include nova/tests/bundle/1mb.no_kernel_or_ramdisk.manifest.xml include nova/tests/bundle/1mb.part.0 include nova/tests/bundle/1mb.part.1 include plugins/xenapi/README -- cgit