Comment 5 for bug 1750450

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

Reviewed: https://review.openstack.org/545479
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=acab8b0067b9ac90ed8c27daf04cfb4f926aa41a
Submitter: Zuul
Branch: master

commit acab8b0067b9ac90ed8c27daf04cfb4f926aa41a
Author: Jim Rollenhagen <email address hidden>
Date: Fri Mar 16 16:33:20 2018 +0000

    ironic: stop lying to the RT when ironic is down

    Returning an empty list of nodes can cause all sorts of crazy behavior,
    so we instead bubble up a VirtDriverNotReady exception, which the compute
    manager will ignore.

    Change-Id: Ib0ec1012b74e9a9e74c8879f3feed5f9332b711f
    Related-Bug: #1744139
    Closes-Bug: #1750450