Comment 5 for bug 1630732

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

Reviewed: https://review.openstack.org/385195
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=edbd3135f8087ea73dc73b06962bf8b869ee6f43
Submitter: Jenkins
Branch: stable/mitaka

commit edbd3135f8087ea73dc73b06962bf8b869ee6f43
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
    (cherry picked from commit fb17be18cd0001f58ff5aae883b61c02a9342f88)