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:
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…
x
Reference in New Issue
Block a user