From: sdake Date: Thu, 14 Mar 2013 14:38:31 +0000 (-0700) Subject: Remove ssh from cloud-config-files X-Git-Tag: 2014.1~758^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5862514aef704409e5d4463827953e06ced207b6;p=openstack-build%2Fheat-build.git 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 --- diff --git a/heat/cloudinit/config b/heat/cloudinit/config index 9ed9c897..b392f3ee 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