From 41c69de5ecf3470204e6a0f19c59529740eee875 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Thu, 28 Jun 2012 16:29:53 +1200 Subject: [PATCH] Fixes bug 1014194, metadata keys are incorrect for kernel-id and ramdisk-id Kernel and ramdisk IDs are using currently being inserted in the metadata using the keys aki-id and ari-id. They should be using the keys kernel-id and ramdisk-id. http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/instancedata-data-categories.html This bug is in a block of code which did not previously have test coverage; this change also adds that coverage. Change-Id: I2ee3663169160c0e351e548d831fef2f34f9f2fd --- Authors | 1 + 1 file changed, 1 insertion(+) diff --git a/Authors b/Authors index 36422549..e13d824e 100644 --- a/Authors +++ b/Authors @@ -201,6 +201,7 @@ Somik Behera Soren Hansen Stanislaw Pitucha Stephanie Reese +Steve Baker Sumit Naiksatam Thierry Carrez Tim Simpson