]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Include boot properties from glance v2 images
authorJon Bernard <jobernar@redhat.com>
Tue, 7 Apr 2015 17:57:36 +0000 (13:57 -0400)
committerDoug Hellmann <doug@doughellmann.com>
Wed, 15 Apr 2015 19:49:17 +0000 (19:49 +0000)
commit51bfd201e888caecf8dbdce8c8999bfa8ed05a26
treefff95d7903c7668bd39a198bdda60ccdb4135a15
parent672a1d4362268cd614adb2b424c982d6555d1629
Include boot properties from glance v2 images

In order for users to take advantage of COW volumes created from
a glance image, Cinder must be configured to use Glance API version
2 (default is 1). In version 2, the required boot metadata (kernel_id
and ramdisk_id) are no long stored in the 'properties' dict, but as
standalone fields in the GET response from glance. The existing cinder
parser for the glance request is not aware of this and the volume
created form a v2 image will lack this required metadata.

This was causing the recent Ceph CI gate failures for
test_volume_boot_pattern.

Change-Id: I688898b3841691369d73887f7eabdceb05155db1
Closes-Bug: #1439371
(cherry picked from commit ea109b5f24dca93fd6f660bc436a685d6101bcea)
cinder/image/glance.py
cinder/tests/image/test_glance.py