Comment 2 for bug 1721456

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

Reviewed: https://review.openstack.org/509953
Committed: https://git.openstack.org/cgit/openstack/blazar/commit/?id=86101b022fc61c58a77cf975da528c5e78d8eeb4
Submitter: Zuul
Branch: master

commit 86101b022fc61c58a77cf975da528c5e78d8eeb4
Author: Hiroaki Kobayashi <email address hidden>
Date: Fri Oct 6 10:23:18 2017 +0900

    Check if a host is reserved before deleting it

    Currently, if you try to delete a host which is reserved, it is removed
    from the freepool but remains in the computehosts table. This patch
    checks if the host is reserved before removing it.

    Change-Id: I3daaba338809375e16018ae5e03107d938e89b9c
    Closes-Bug: #1721456