metadata 'seedfrom' is broken

Bug #617400 reported by Scott Moser
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cloud-init (Ubuntu)
Fix Released
Medium
Scott Moser

Bug Description

Binary package hint: cloud-init

in cloud-init 0.5.14, the 'seedfrom' usage from metadata is broken.

It was intended that:
  seedfrom: http://example.com/my-data/

would then pull:
  userdata http://example.com/my-data/user-data
and
  metadata http://example.com/my-data/meta-data

That is broken due to:

 Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/cloudinit/__init__.py", line 260, in get_data_source
    if s.get_data():#012 File "/usr/lib/python2.6/dist-packages/cloudinit/DataSourceNoCloud.py", line 97, in get_data
   found.append(seedfrom)
  AttributeError: 'str' object has no attribute 'append'

Related branches

Scott Moser (smoser)
tags: added: ec2-images uec-images
Scott Moser (smoser)
Changed in cloud-init (Ubuntu):
importance: Undecided → Medium
status: New → Triaged
assignee: nobody → Scott Moser (smoser)
Revision history for this message
Scott Moser (smoser) wrote :

This is fixed in 0.5.14-0ubuntu3

Changed in cloud-init (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.