Comment 9 for bug 1229327

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

Reviewed: https://review.openstack.org/49558
Committed: http://github.com/openstack/nova/commit/0ea89080abf17110033953ce272f30f278d0fefc
Submitter: Jenkins
Branch: master

commit 0ea89080abf17110033953ce272f30f278d0fefc
Author: Nikola Dipanov <email address hidden>
Date: Thu Oct 3 16:41:55 2013 +0200

    Libvirt: allow more than one boot device

    This patch makes use of the boot_index information of block devices to
    allow libvirt to boot from devices other than disks, and have more than
    one boot device.

    It does so by calculating the boot devices based on block devices type
    and boot index, and then assigning the correct list to the GuestConfig's
    os_boot_dev (that was made into a list in
    I38abe9edaa8f93469d58ad81a466f68c2c0d24d6).

    Closes-bug: 1229327
    Change-Id: Ic33894cb818ee7c44579e6d00f273b40f669aa9b