From: Steven Dake Date: Wed, 10 Jul 2013 21:35:07 +0000 (-0700) Subject: Rename part-handler.py to part_handler.py so it can be imported X-Git-Tag: 2014.1~372^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=db4bbad6a0a67dab185376bc6732980aa98c705a;p=openstack-build%2Fheat-build.git Rename part-handler.py to part_handler.py so it can be imported Change-Id: I9e7e3be2f3155f3e35b2defdb89e9d84a02ae7cb --- diff --git a/heat/cloudinit/part-handler.py b/heat/cloudinit/part_handler.py similarity index 100% rename from heat/cloudinit/part-handler.py rename to heat/cloudinit/part_handler.py diff --git a/heat/engine/resources/instance.py b/heat/engine/resources/instance.py index 1d8fbca0..0788a7be 100644 --- a/heat/engine/resources/instance.py +++ b/heat/engine/resources/instance.py @@ -197,7 +197,7 @@ class Instance(resource.Resource): attachments = [(read_cloudinit_file('config'), 'cloud-config'), (read_cloudinit_file('boothook.sh'), 'boothook.sh', 'cloud-boothook'), - (read_cloudinit_file('part-handler.py'), + (read_cloudinit_file('part_handler.py'), 'part-handler.py'), (userdata, 'cfn-userdata', 'x-cfninitdata'), (read_cloudinit_file('loguserdata.py'),