nova/releasenotes/notes/bug-1721179-87bc7b64215944c0.yaml
Takashi NATSUME f4f17b364e Add 'delete_host' command in 'nova-manage cell_v2'
Add 'delete_host' command in 'nova-manage cell_v2'.
Add an optional 'force' option in 'nova-manage cell_v2 delete_cell'.
If specifying the 'force' option, a cell can be deleted
even if the cell has hosts.

Change-Id: I8cd7826c2c03687c6b85731519778f09d542b236
Closes-Bug: #1721179
2017-10-19 01:31:02 +00:00

9 lines
320 B
YAML

---
features:
- |
The ``delete_host`` command has been added in ``nova-manage cell_v2``
to delete a host from a cell (host mappings).
The ``force`` option has been added in ``nova-manage cell_v2 delete_cell``.
If the ``force`` option is specified, a cell can be deleted
even if the cell has hosts.