quantal has seen the end of its life and is no longer receiving any
updates. Marking the quantal task for this ticket as "Won't Fix".

** Changed in: cloud-init (Ubuntu Quantal)
       Status: Triaged => Won't Fix

-- 
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 Released
Status in Orchestration API (Heat):
  Invalid
Status in cloud-init package in Ubuntu:
  Fix Released
Status in cloud-init source package in Quantal:
  Won't Fix
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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to