puppet-nova/releasenotes/notes/add_running_deleted_instance_options-060792280c684273.yaml
Rocky 86b572c895 Add support for running deleted instance related options
Change-Id: I6c98eeae70ba95dfdf5b06709b4b8ae0079c4dbd
2020-10-19 09:20:23 +09:00

15 lines
571 B
YAML

---
features:
- |
The new ``nova::compute::running_deleted_instance_action`` parameter has
been added to support to select the action to be taken when a instance is
identified as deleted.
- |
The new ``nova::compute::running_deleted_instance_poll_interval``
parameter has been added to support to set a time interval to wait
between runs for the clean up action.
- |
The new ``nova::compute::running_deleted_instance_timeout`` parameter has
been added to support to set a time interval to wait for the deleted
instances cleanup.