Comment 2 for bug 1630732

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

Reviewed: https://review.openstack.org/382639
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=fb17be18cd0001f58ff5aae883b61c02a9342f88
Submitter: Jenkins
Branch: stable/newton

commit fb17be18cd0001f58ff5aae883b61c02a9342f88
Author: Dan Smith <email address hidden>
Date: Wed Oct 5 12:54:22 2016 -0700

    Fix binary name used in the pci device online migration check

    The should_migrate_data() method used to gate PCIDevice online migrations
    has, unfortunately, been incorrect since day one. It checks for the
    nova-api service, but should have been checking for nova-osapi_compute.
    This fixes that and adds a test.

    Change-Id: I69faa52fc126db6e99827bcb7dcf0841d0e15e74
    Closes-Bug: #1630732