← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1100920] Re: In Ubuntu 12.10, the legacy 'user' cloud-config option is not handled properly

 

This change made it into 0.7.2~bzr795-0ubuntu1 but it is not listed in
the changelog.


** Changed in: cloud-init (Ubuntu Raring)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1100920

Title:
  In Ubuntu 12.10, the legacy 'user' cloud-config option is not handled
  properly

Status in Init scripts for use on cloud images:
  Fix Committed
Status in Orchestration API (Heat):
  Invalid
Status in “cloud-init” package in Ubuntu:
  Fix Released
Status in “cloud-init” source package in Quantal:
  Triaged
Status in “cloud-init” source package in Raring:
  Fix Released

Bug description:
  When trying to use HEAT with Ubuntu 12.10, the following cloud-config
  is used:

  --------_BEGIN_------------
  runcmd:
   - setenforce 0 > /dev/null 2>&1 || true

  user: ec2-user

  cloud_config_modules:
   - locale
   - set_hostname
   - ssh
   - timezone
   - update_etc_hosts
   - update_hostname
   - runcmd

  # Capture all subprocess output into a logfile
  # Useful for troubleshooting cloud-init issues
  output: {all: '| tee -a /var/log/cloud-init-output.log'}
  --------_END_-----------
  This results in ec2-user being created, but no SSH keys for it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1100920/+subscriptions