deb-heat/heat/cloudinit/config
Clint Byrum 7c005f19c6 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
2013-12-21 01:47:15 -08:00

6 lines
174 B
Plaintext

user: @INSTANCE_USER@
# Capture all subprocess output into a logfile
# Useful for troubleshooting cloud-init issues
output: {all: '| tee -a /var/log/cloud-init-output.log'}