diff --git a/heat/cloudinit/config b/heat/cloudinit/config index bd363f89b5..a0d1d1ae95 100644 --- a/heat/cloudinit/config +++ b/heat/cloudinit/config @@ -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'}