From 7c005f19c65f07f37aa7920c1e4147b6623931c3 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Sat, 21 Dec 2013 01:47:15 -0800 Subject: [PATCH] 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 --- heat/cloudinit/config | 7 ------- 1 file changed, 7 deletions(-) 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'}