image kernel and ramdisk are broken in metadata

Bug #953319 reported by Vish Ishaya
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
High
Brian Waldon

Bug Description

$ wget -qO - http://169.254.169.254/latest/meta-data/ami-id/; echo;
ami-00000000
$ wget -qO - http://169.254.169.254/latest/meta-data/kernel-id/; echo;
ami-00000000
$ wget -qO - http://169.254.169.254/latest/meta-data/ramdisk-id/; echo;
ami-00000000

We used to have an int in the image_ref, now we image/s3.py maps uuids to ami-ids, but the metadata server was not converted to use it.

Changed in nova:
importance: Undecided → High
status: New → Triaged
milestone: none → essex-rc1
Brian Waldon (bcwaldon)
Changed in nova:
assignee: nobody → Brian Waldon (bcwaldon)
Brian Waldon (bcwaldon)
Changed in nova:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/5265

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/5265
Committed: http://github.com/openstack/nova/commit/1991fd682563474dab1f299a5c8842d2637fe887
Submitter: Jenkins
Branch: master

commit 1991fd682563474dab1f299a5c8842d2637fe887
Author: Brian Waldon <email address hidden>
Date: Mon Mar 12 20:51:40 2012 -0700

    Map image ids to ec2 ids in metadata service

    * Fixes bug 953319

    Change-Id: I96c1a7f260833adc40b0b07d38bccba4a233e091

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: essex-rc1 → 2012.1
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.