Comment 8 for bug 1229327

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

Reviewed: https://review.openstack.org/49557
Committed: http://github.com/openstack/nova/commit/c677aed647eea78fe5e1605c5b21ecd39ec1dd6b
Submitter: Jenkins
Branch: master

commit c677aed647eea78fe5e1605c5b21ecd39ec1dd6b
Author: Nikola Dipanov <email address hidden>
Date: Thu Oct 3 11:35:36 2013 +0200

    Libvirt: make boot dev a list in GuestConfig

    In order to make boot order more flexible based on the block device
    mapping passed, we need to customize the domain xml presented to
    libvirt, by specifying more than one boot element. For more info see
    http://libvirt.org/formatdomain.html#elementsOSBIOS. Currently the boot
    element is hard coded to "hd" by the libvirt driver.

    This patch makes it possible to specify more than one boot element that
    will give us more flexibility.

    Related-bug: 1229327
    Change-Id: I38abe9edaa8f93469d58ad81a466f68c2c0d24d6