Comment 3 for bug 1663238

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

Reviewed: https://review.openstack.org/434168
Committed: https://git.openstack.org/cgit/openstack/os-win/commit/?id=a1bc0e3aec4c11fe72804c1b718928cf6a65ef34
Submitter: Jenkins
Branch: master

commit a1bc0e3aec4c11fe72804c1b718928cf6a65ef34
Author: Claudiu Belu <email address hidden>
Date: Tue Feb 14 23:27:42 2017 +0200

    vmutils: Adds remove_all_pci_devices method

    When resizing an imported VM, nova does not specify which
    PCI devices needs to be attached and which needs to be detached.
    Thus, all the VM's PCI devices needs to be detached, and reattached
    according to the new PCI request.

    Change-Id: Ia7fbb2a9bc8f5d21bf5ec4a865fc7b1368ecf136
    Partial-Bug: #1663238