Merge "Do not override cloud-init cloud_config_modules"

This commit is contained in:
Jenkins 2014-01-05 17:34:00 +00:00 committed by Gerrit Code Review
commit 177946fce7
1 changed files with 0 additions and 7 deletions

View File

@ -1,12 +1,5 @@
user: @INSTANCE_USER@
cloud_config_modules:
- locale
- set_hostname
- timezone
- update_etc_hosts
- update_hostname
# Capture all subprocess output into a logfile
# Useful for troubleshooting cloud-init issues
output: {all: '| tee -a /var/log/cloud-init-output.log'}