]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Remove ssh from cloud-config-files
authorsdake <sdake@redhat.com>
Thu, 14 Mar 2013 14:38:31 +0000 (07:38 -0700)
committersdake <sdake@redhat.com>
Thu, 14 Mar 2013 14:39:44 +0000 (07:39 -0700)
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

index 9ed9c8970090a3130e1a62593e8254749ace2305..b392f3ee78e94933dd663252bdfe03b5614e0438 100644 (file)
@@ -6,7 +6,6 @@ user: ec2-user
 cloud_config_modules:
  - locale
  - set_hostname
- - ssh
  - timezone
  - update_etc_hosts
  - update_hostname