From: Steven Dake Date: Tue, 10 Apr 2012 18:59:38 +0000 (-0700) Subject: Move cfntools to heat directory so they are accessible by jeos_create X-Git-Tag: 2014.1~2069 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=39f953802fb91a75f379d9af0764d99334fcf99c;p=openstack-build%2Fheat-build.git Move cfntools to heat directory so they are accessible by jeos_create Signed-off-by: Steven Dake --- diff --git a/MANIFEST.in b/MANIFEST.in index bcc7d540..f5d5773c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,6 +9,9 @@ include heat/jeos/F16-x86_64-gold-jeos.tdl include heat/jeos/F17-x86_64-gold-jeos.tdl include heat/jeos/F16-x86_64-cftools-jeos.tdl include heat/jeos/F17-x86_64-cftools-jeos.tdl +include heat/cfntools/cfn-init +include heat/cfntools/cfn-hup +include heat/cfntools/cfn-signal include heat/db/sqlalchemy/migrate_repo/migrate.cfg graft etc graft docs diff --git a/cftools/README b/heat/cfntools/README similarity index 100% rename from cftools/README rename to heat/cfntools/README diff --git a/cftools/cfn-hup b/heat/cfntools/cfn-hup similarity index 100% rename from cftools/cfn-hup rename to heat/cfntools/cfn-hup diff --git a/cftools/cfn-init b/heat/cfntools/cfn-init similarity index 100% rename from cftools/cfn-init rename to heat/cfntools/cfn-init diff --git a/cftools/cfn-signal b/heat/cfntools/cfn-signal similarity index 100% rename from cftools/cfn-signal rename to heat/cfntools/cfn-signal