nova/releasenotes/notes/add-disabled-to-create_cell-feb1643ec4716eb2.yaml
Surya Seetharaman cd01cbe65e Add --enable and --disable options to nova-manage update_cell
Through these new options, users can enable or disable a cell
through the CLI.

Related to blueprint cell-disable

Change-Id: I761f2e2b1f1cc2c605f7da504a8c8647d6d6a45e
2018-04-04 20:23:51 +00:00

11 lines
452 B
YAML

---
features:
- |
A new option ``disabled`` has been added to nova-manage cell_v2 create_cell
command by which users can create pre-disabled cells. Hence unless such cells
are enabled, no VMs will be spawned on the hosts in these cells.
- |
Two new options ``--enable`` and ``--disable`` have been added to the
``nova-manage cell_v2 update_cell`` command. Using these flags users can enable
or disable scheduling to a cell.