Rename part-handler.py to part_handler.py so it can be imported

Change-Id: I9e7e3be2f3155f3e35b2defdb89e9d84a02ae7cb
This commit is contained in:
Steven Dake 2013-07-10 14:35:07 -07:00
parent e5e1616cdc
commit db4bbad6a0
2 changed files with 1 additions and 1 deletions

View File

@ -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'),