puppet-nova/releasenotes/notes/add_running_deleted_instance_options-060792280c684273.yaml
Rocky 4b3566ac2a Add support for running deleted instance related options
Change-Id: I6c98eeae70ba95dfdf5b06709b4b8ae0079c4dbd
(cherry picked from commit 86b572c895)
2020-10-29 22:41:48 +11: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.