diff options
author | Steven Dake <sdake@redhat.com> | 2012-04-12 13:33:27 -0700 |
---|---|---|
committer | Steven Dake <sdake@redhat.com> | 2012-04-12 13:33:27 -0700 |
commit | 797ea880d982e0f25b5c18f3689da0a994658c05 (patch) | |
tree | bae3c745c2bf422ec637b083a9d77ea2f1e56e39 /MANIFEST.in | |
parent | af451c207424f1ee2ccbce2eafbdeaa953ad50f9 (diff) | |
download | heat-797ea880d982e0f25b5c18f3689da0a994658c05.tar.gz |
Install cloudinit specific files that are loaded into the mime userdata
Partially fixes Issue #48
Signed-off-by: Steven Dake <sdake@redhat.com>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 1b20be51b..1f41d5357 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -16,6 +16,8 @@ include heat/jeos/F17-x86_64-cfntools-jeos.tdl include heat/cfntools/cfn-init include heat/cfntools/cfn-hup include heat/cfntools/cfn-signal +include heat/cloudinit/config +include heat/cloudinit/part-handler.py include heat/db/sqlalchemy/migrate_repo/migrate.cfg graft etc graft docs |