puppet-nova/releasenotes/notes/add_more_instance_timeout_options-3f7f6f99a921ac71.yaml
Rocky 2b19fa45a2 Add support for more instance timeout options
Change-Id: If64007fee7cac65c1e9c38919bb052c800e42830
2020-10-19 06:07:35 +00:00

18 lines
690 B
YAML

---
features:
- |
The new ``nova::compute::reboot_timeout`` parameter has been added to
support to set a time interval after which an instance is hard rebooted
automatically.- |
- |
The new ``nova::compute::instance_build_timeout`` parameter has been
added to support to specify the maximum time for instance to build.
- |
The new ``nova::compute::rescue_timeout`` parameter has been added to
support to set an interval to wait before un-rescuing an instance
stuck in RESCUE.
- |
The new ``nova::compute::shutdown_timeout`` parameter has been added to
support to set a time to wait in seconds for an instance to perform
a clean shutdown.