From 04288ce01a9c25bc7e2e886b992e22a9fe42eccd Mon Sep 17 00:00:00 2001 From: sdake Date: Tue, 19 Feb 2013 08:55:08 -0700 Subject: [PATCH] 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 --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 6a99f45ba..77b8604e5 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