Comment 9 for bug 1443898

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

Reviewed: https://review.openstack.org/402318
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=12485c74faf317dfe2c05ee0b4877412002893d6
Submitter: Jenkins
Branch: master

commit 12485c74faf317dfe2c05ee0b4877412002893d6
Author: Thomas Bechtold <email address hidden>
Date: Thu Nov 24 17:04:37 2016 +0100

    Fix root_device_name for Xen

    When running the Tempest scenario test_volume_boot_pattern.\
         TestVolumeBootPattern.test_volume_boot_pattern with a
    libvirt+Xen environment, the tests fails because the
    root_device_name is set to 'vda' which is invalid for Xen.
    When getting the BDM for the root block device, check that
    the root_device_name is compatible with the used disk bus and
    if it is not, adjust the root_device_name.

    Change-Id: I4c231b5ef646a067be1566653b6ee89ccbee60f3
    Closes-Bug: #1443898