2a0266dae1
This is a companion command to "openstack overcloud node provision" which is required for scale-down and should be run after "openstack overcloud deploy". It will undeploy any instance which has provisioned=False in the supplied roles yaml, see this change[1] for the provisioned format. [1] https://review.opendev.org/#/c/672605/ Change-Id: Ic7705c290220df7c55656fa080ff74315fb2030f Blueprint: nova-less-deploy Depends-On: https://review.opendev.org/#/c/672848/
10 lines
333 B
YAML
10 lines
333 B
YAML
features:
|
|
- |
|
|
New command "openstack overcloud node unprovision"
|
|
|
|
This is a companion command to "openstack overcloud node provision"
|
|
which is required for scale-down and should be run after "openstack
|
|
overcloud deploy".
|
|
|
|
It will undeploy any instance which has provisioned=False in the
|
|
supplied roles yaml. |