Comment 2 for bug 1687570

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

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

commit f842f11630a968fa67f531fb4f2e9b41d3be5f27
Author: Claudiu Belu <email address hidden>
Date: Tue May 2 12:08:34 2017 +0300

    hyperv: Fixes Generation 2 VMs volume boot order

    The patch that introduced setting boot order to the nova
    Hyper-V driver [1] was using a method that no longer existed
    (Generation 2 VMs only). That method was renamed by the patch
    that refactored volumeops (to use os-brick) [2].

    [1] d68c04299aa2c04aea16e881d93076236cc64d7b
    [2] 758a32f7cef6c675b35c04dd8d276c918be188dd

    Change-Id: I499f078de16b79acbf12f993e9f549c75c3fccb0
    Closes-Bug: #1687570