Do not override cloud-init cloud_config_modules

In the past it may have been necessary to do this but it causes problems
for users of advanced features. We should be able to operate with the
default OS configuration of cloud-init.

Change-Id: Ic26bffb17b1870d656fea72cf3da3dfe2b7f44d0
Closes-Bug: #1263297
This commit is contained in:
Clint Byrum 2013-12-21 01:47:15 -08:00
parent 860212d210
commit 7c005f19c6
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'}