]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Move cfntools to heat directory so they are accessible by jeos_create
authorSteven Dake <sdake@redhat.com>
Tue, 10 Apr 2012 18:59:38 +0000 (11:59 -0700)
committerSteven Dake <sdake@redhat.com>
Tue, 10 Apr 2012 18:59:38 +0000 (11:59 -0700)
Signed-off-by: Steven Dake <sdake@redhat.com>
MANIFEST.in
heat/cfntools/README [moved from cftools/README with 100% similarity]
heat/cfntools/cfn-hup [moved from cftools/cfn-hup with 100% similarity]
heat/cfntools/cfn-init [moved from cftools/cfn-init with 100% similarity]
heat/cfntools/cfn-signal [moved from cftools/cfn-signal with 100% similarity]

index bcc7d540b1f0d76010eb19b3f0c538b0929dd450..f5d5773cb5d7d6d241a6e13d19b5b196ab29436f 100644 (file)
@@ -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
similarity index 100%
rename from cftools/README
rename to heat/cfntools/README
similarity index 100%
rename from cftools/cfn-hup
rename to heat/cfntools/cfn-hup
similarity index 100%
rename from cftools/cfn-init
rename to heat/cfntools/cfn-init
similarity index 100%
rename from cftools/cfn-signal
rename to heat/cfntools/cfn-signal