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: #1263297changes/77/63577/1
parent
860212d210
commit
7c005f19c6
@ -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'}
|
||||
|
Loading…
Reference in new issue