Files
aodh/ceilometer/compute/instance.py
Yunhong, Jiang 4356ab20a3 Fix image_id in instance resource metadata
Originally the image property in instance resource metadata is correct
since instance information is fetched from db access.

After switching to nova client api, these information is lost
since the returned data format from nova client is different with db
access result.

Image ref and image url is fixed with this patch while kernel_id and
ramdisk_id should be fixed in nova side.

For bug 1090310

Change-Id: I51816b4bd31c09a59e1ef857f8981a45f33f68dc
Signed-off-by: Yunhong, Jiang <yunhong.jiang@intel.com>
2012-12-17 15:58:45 +08:00

1.7 KiB