From 72c383396d42c21b73b4ce66717e6e0cfd2978ce Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 23 May 2012 07:42:19 -0700 Subject: [PATCH] Only run cfn-init once cloud-config-final.service (atleast in Fedora 16) runs the user scripts. So there is no need to run them in cloud-config.service (which this file is processed by). May need a revisit on deb based systems. Change-Id: Ib7c3d56a50bcdc4ea68626e1d57a28a4ec70e1b4 Signed-off-by: Steven Dake --- heat/cloudinit/config | 1 - 1 file changed, 1 deletion(-) diff --git a/heat/cloudinit/config b/heat/cloudinit/config index 494f9d83d4..a5f2771e08 100644 --- a/heat/cloudinit/config +++ b/heat/cloudinit/config @@ -1,7 +1,6 @@ #cloud-config cloud_config_modules: - locale - - scripts_user - set_hostname - ssh - timezone