Comment 3 for bug 1735719

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

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

commit 8ad36d15e404bf0dce90bed57f8aa91a350ed341
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