diff options
| author | Soren Hansen <soren.hansen@rackspace.com> | 2010-10-16 19:39:05 +0000 |
|---|---|---|
| committer | Tarmac <> | 2010-10-16 19:39:05 +0000 |
| commit | 30bf86c17a8ca833ef7ca8a0f17ff4d52d97cf30 (patch) | |
| tree | 9a839cb8947a7629f4bad075665cce936405c66d | |
| parent | fbe47ae3be6b18007ff8e4a74ad6efe748421dc5 (diff) | |
| parent | 8e77d7cc6ce98ca1912dc9652244fbce3fdadf62 (diff) | |
| download | nova-30bf86c17a8ca833ef7ca8a0f17ff4d52d97cf30.tar.gz nova-30bf86c17a8ca833ef7ca8a0f17ff4d52d97cf30.tar.xz nova-30bf86c17a8ca833ef7ca8a0f17ff4d52d97cf30.zip | |
Refresh MANIFEST.in to make the tarball include all the stuff that belongs in the tarball.
| -rw-r--r-- | MANIFEST.in | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 4eb28bde6..562aa3f7b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,22 +1,30 @@ -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/openstack/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/virt/libvirt.xen.xml.template include nova/tests/CA/ include nova/tests/CA/cacert.pem 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 +include plugins/xenapi/etc/xapi.d/plugins/objectstore +include plugins/xenapi/etc/xapi.d/plugins/pluginlib_nova.py |
