Comment 3 for bug 1725331

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

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

commit 52e7e6e3e47c66b362d62d8e277e85f65714285a
Author: Takashi NATSUME <email address hidden>
Date: Fri Oct 20 23:13:28 2017 +0900

    Add a warning in 'nova-manage cell_v2 delete_cell'

    When deleting a cell, if there are instance mappings to the cell,
    the command fails with the following message.

    * There are existing instances mapped to cell with uuid UUID.

    But even if all instances have been deleted in the cell,
    the same message is shown.

    So in that case, add a warning that the instance mappings have to
    be deleted by 'nova-manage db archive_deleted_rows'
    before deleting the cell.

    Change-Id: I2a163fb50a7e71ce9f463bc9ddeffe2ea47d1588
    Closes-Bug: #1725331