nova/releasenotes/notes/bug-1725331-fcf93514045a557a.yaml
Takashi NATSUME 52e7e6e3e4 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
2018-01-12 07:22:32 +00:00

7 lines
205 B
YAML

---
features:
- |
The ``nova-manage cell_v2 delete_cell`` command returns an exit code 4
when there are instance mappings to a cell to delete but all instances
have been deleted in the cell.