From b905255183162e5af4900021163b8c72fdd80038 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Fri, 24 Feb 2012 15:55:44 +0100 Subject: [PATCH] Fix MANIFEST.in to include missing files Fix MANIFEST.in to include missing files in generated tarballs. Fixes bug 940360. Change-Id: I8abba2c952c95f653a4ceb4595600d67ccdeed8d --- MANIFEST.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index ac0917583a2a..827417964807 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,9 @@ +include HACKING.rst include LICENSE run_tests.sh include README.rst include MANIFEST.in pylintrc Authors +include openstack-common.conf +include tox.ini graft nova/CA graft doc graft smoketests @@ -22,9 +25,11 @@ include nova/console/xvp.conf.template include nova/db/sqlalchemy/migrate_repo/migrate.cfg include nova/db/sqlalchemy/migrate_repo/README include nova/db/sqlalchemy/migrate_repo/versions/*.sql +include nova/openstack/common/README include nova/virt/interfaces.template include nova/virt/libvirt*.xml.template include nova/virt/cpuinfo.xml.template +include nova/testing/README.rst include nova/tests/CA/ include nova/tests/CA/cacert.pem include nova/tests/CA/private/ @@ -38,6 +43,7 @@ include nova/tests/api/ec2/public_key/* include nova/tests/db/nova.austin.sqlite include nova/tests/image/*.tar.gz include nova/tests/policy.json +include nova/tests/test_migrations.conf include nova/tests/xenapi/vm_rrd.xml include plugins/xenapi/README include plugins/xenapi/etc/xapi.d/plugins/objectstore