Revert "Replace part_handler.py with write-files cloudinit mechanism"

Ubuntu has 0.6 of cloudinit, and write-files doesn't work on that
distro.  Ubuntu does not intend to update cloudinit in their LTS release
to 0.7.

This reverts commit 621f5bfdba.
Fixes: Bug #1207088

Change-Id: If80863883afee28bdde6dd506826ec5710cc0308
This commit is contained in:
Steven Dake
2013-08-01 18:05:05 -07:00
committed by Jason Dunsmore
parent 255d65ebd0
commit 715e5d4f51
6 changed files with 78 additions and 53 deletions

View File

@@ -1,4 +1,3 @@
#cloud-config
user: @INSTANCE_USER@
cloud_config_modules:
@@ -7,7 +6,6 @@ cloud_config_modules:
- timezone
- update_etc_hosts
- update_hostname
- write-files
# Capture all subprocess output into a logfile
# Useful for troubleshooting cloud-init issues