From 5862514aef704409e5d4463827953e06ced207b6 Mon Sep 17 00:00:00 2001 From: sdake Date: Thu, 14 Mar 2013 07:38:31 -0700 Subject: [PATCH] Remove ssh from cloud-config-files the cc_ssh script already executes in cloud config without being explicitly called. As it is now, it is executing twice. Make it execute only once. Change-Id: I2d53adbea0175f63db71be516639d40aa0f8a1de --- heat/cloudinit/config | 1 - 1 file changed, 1 deletion(-) diff --git a/heat/cloudinit/config b/heat/cloudinit/config index 9ed9c89700..b392f3ee78 100644 --- a/heat/cloudinit/config +++ b/heat/cloudinit/config @@ -6,7 +6,6 @@ user: ec2-user cloud_config_modules: - locale - set_hostname - - ssh - timezone - update_etc_hosts - update_hostname