Comment 6 for bug 1735719

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

Reviewed: https://review.openstack.org/527560
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f0525e8f15fc29f99ccb1a3fcf8de09d5e827015
Submitter: Zuul
Branch: stable/pike

commit f0525e8f15fc29f99ccb1a3fcf8de09d5e827015
Author: Dan Smith <email address hidden>
Date: Fri Dec 1 07:20:34 2017 -0800

    Unmap compute nodes when deleting host mapping

    When we delete a host mapping in the api database, we need to mark
    the compute node record as unmapped. Otherwise we can never re-discover
    it if added back.

    Change-Id: I9348827c5fd0364727e49cb8fae786cb2a29472a
    Closes-Bug: #1735719
    (cherry picked from commit 8ad36d15e404bf0dce90bed57f8aa91a350ed341)