diff options
author | Surya Seetharaman <suryaseetharaman.9@gmail.com> | 2018-03-22 18:54:09 +0100 |
---|---|---|
committer | Surya Seetharaman <suryaseetharaman.9@gmail.com> | 2018-04-04 20:23:51 +0000 |
commit | cd01cbe65e797fddb8a6fb00fb867f9edf5909ad (patch) | |
tree | f6179c5679302f37fc37d7b0f0d28e9817e80a0c /releasenotes/notes/add-disabled-to-create_cell-feb1643ec4716eb2.yaml | |
parent | ba083b0c9873edb12dbf5ec3216ea9ff1e83dd30 (diff) | |
download | nova-cd01cbe65e797fddb8a6fb00fb867f9edf5909ad.tar.gz |
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
Diffstat (limited to 'releasenotes/notes/add-disabled-to-create_cell-feb1643ec4716eb2.yaml')
-rw-r--r-- | releasenotes/notes/add-disabled-to-create_cell-feb1643ec4716eb2.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/add-disabled-to-create_cell-feb1643ec4716eb2.yaml b/releasenotes/notes/add-disabled-to-create_cell-feb1643ec4716eb2.yaml index 2a59ba054f..0c3597f416 100644 --- a/releasenotes/notes/add-disabled-to-create_cell-feb1643ec4716eb2.yaml +++ b/releasenotes/notes/add-disabled-to-create_cell-feb1643ec4716eb2.yaml @@ -4,3 +4,7 @@ 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. |