cd01cbe65e
Through these new options, users can enable or disable a cell through the CLI. Related to blueprint cell-disable Change-Id: I761f2e2b1f1cc2c605f7da504a8c8647d6d6a45e
11 lines
452 B
YAML
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.
|