From: sdake Date: Tue, 19 Feb 2013 15:55:08 +0000 (-0700) Subject: Missing policy json files from tarball X-Git-Tag: 2014.1~884^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=04288ce01a9c25bc7e2e886b992e22a9fe42eccd;p=openstack-build%2Fheat-build.git Missing policy json files from tarball The tarball is missing files: heat/tests/policy/deny_stack_user.json heat/tests/policy/notallowed.json Fixes: bug #1130119 Change-Id: I4614c759044e0eedb9dab5f7cbe8d71f4cbdc38e --- diff --git a/MANIFEST.in b/MANIFEST.in index 6a99f45b..77b8604e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,6 +18,8 @@ include heat/testing/README.rst include heat/tests/examples/tags.txt include heat/tests/testing-overview.txt include heat/tests/v1_1/testfile.txt +include heat/tests/policy/deny_stack_user.json +include heat/tests/policy/notallowed.json graft contrib graft etc graft doc