commit ea109b5f24dca93fd6f660bc436a685d6101bcea
Author: Jon Bernard <email address hidden>
Date: Tue Apr 7 13:57:36 2015 -0400
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.
Reviewed: https:/ /review. openstack. org/171312 /git.openstack. org/cgit/ openstack/ cinder/ commit/ ?id=ea109b5f24d ca93fd6f660bc43 6a685d6101bcea
Committed: https:/
Submitter: Jenkins
Branch: master
commit ea109b5f24dca93 fd6f660bc436a68 5d6101bcea
Author: Jon Bernard <email address hidden>
Date: Tue Apr 7 13:57:36 2015 -0400
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 volume_ boot_pattern.
test_
Change-Id: I688898b3841691 369d73887f7eabd ceb05155db1
Closes-Bug: #1439371